#454C59

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

Shades of Tuna #454C59

Tints of Tuna #454C59

Color information

#454C59 (or 0x454C59) is unknown color: approx Tuna. HEX triplet: 45, 4C and 59. RGB value is (69,76,89). Sum of RGB (Red+Green+Blue) = 69+76+89=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #454C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C59 is #BAB3A6. Grayscale: #4B4B4B. Windows color (decimal): -12235687 or 5852229. OLE color: 5852229.

HSL color Cylindrical-coordinate representation of color #454C59: hue angle of 219º 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 #454C59 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697689-
CMYK0.220.1500.65
HSL219º12.66%30.98%-
HSV(B)219º22.47%34.9%-
XYZ6.847.1610.47-
YUV75.39135.68123.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=29.49%
G=32.48%
B=38.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6976890.220.1500.6521912.6630.98
Hex454C5916F041dbd1f
Octal105114131261701013331537
Binary1000101100110010110011011011110100000111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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