#454D59

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

Shades of Tuna #454D59

Tints of Tuna #454D59

Color information

#454D59 (or 0x454D59) is unknown color: approx Tuna. HEX triplet: 45, 4D and 59. RGB value is (69,77,89). Sum of RGB (Red+Green+Blue) = 69+77+89=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #454D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D59 is #BAB2A6. Grayscale: #4B4B4B. Windows color (decimal): -12235431 or 5852485. OLE color: 5852485.

HSL color Cylindrical-coordinate representation of color #454D59: hue angle of 216º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454D59 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697789-
CMYK0.220.1300.65
HSL216º12.66%30.98%-
HSV(B)216º22.47%34.9%-
XYZ6.917.2910.49-
YUV75.98135.35123.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=29.36%
G=32.77%
B=37.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6977890.220.1300.6521612.6630.98
Hex454D5916D041d8d1f
Octal105115131261501013301537
Binary1000101100110110110011011011010100000111011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D59; }

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

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

<style>
 a { background-color: #454D59; }

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

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

<style>
 span { border-color: #454D59; }

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

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