#45494F

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

Shades of Tuna #45494F

Tints of Tuna #45494F

Color information

#45494F (or 0x45494F) is unknown color: approx Tuna. HEX triplet: 45, 49 and 4F. RGB value is (69,73,79). Sum of RGB (Red+Green+Blue) = 69+73+79=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #45494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45494F is #BAB6B0. Grayscale: #484848. Windows color (decimal): -12236465 or 5196101. OLE color: 5196101.

HSL color Cylindrical-coordinate representation of color #45494F: hue angle of 216º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #45494F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB697379-
CMYK0.130.0800.69
HSL216º6.76%29.02%-
HSV(B)216º12.66%30.98%-
XYZ6.256.598.34-
YUV72.49131.67125.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=31.22%
G=33.03%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6973790.130.0800.692166.7629.02
Hex45494FD8045d871d
Octal10511111715100105330735
Binary10001011001001100111111011000010001011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45494F; }

 p { color: rgb(69,73,79); }

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

<style>
 a { background-color: #45494F; }

 a { background-color: rgb(69,73,79); }

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

<style>
 span { border-color: #45494F; }

 span { border-color: rgb(69,73,79); }

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