#45474D

Color #45474D Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #45474D

Tints of Tuna #45474D

Color information

#45474D (or 0x45474D) is unknown color: approx Tuna. HEX triplet: 45, 47 and 4D. RGB value is (69,71,77). Sum of RGB (Red+Green+Blue) = 69+71+77=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #45474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45474D is #BAB8B2. Grayscale: #474747. Windows color (decimal): -12236979 or 5064517. OLE color: 5064517.

HSL color Cylindrical-coordinate representation of color #45474D: hue angle of 225º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #45474D is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB697177-
CMYK0.100.0800.70
HSL225º5.48%28.63%-
HSV(B)225º10.39%30.2%-
XYZ6.056.317.92-
YUV71.09131.34126.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=31.80%
G=32.72%
B=35.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6971770.100.0800.702255.4828.63
Hex45474DA8046e151d
Octal10510711512100106341535
Binary10001011000111100110110101000010001101110000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45474D; }

 p { color: rgb(69,71,77); }

 H1.HeaderClassName
 {
   color: #45474D;
 }
 .AnyTagClassName
 {
   color: #45474D;
 }
</style>
background-color css

<style>
 a { background-color: #45474D; }

 a { background-color: rgb(69,71,77); }

 div.DivClassName
 {
   background-color: #45474D;
 }
 .BgClassName
 {
   background-color: #45474D;
 }
</style>
border-color css

<style>
 span { border-color: #45474D; }

 span { border-color: rgb(69,71,77); }

 td.TdClassName
 {
   border-color: #45474D;
 }
 .TagClassName
 {
   border-color: #45474D;
 }
</style>