#454B59

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

Shades of Tuna #454B59

Tints of Tuna #454B59

Color information

#454B59 (or 0x454B59) is unknown color: approx Tuna. HEX triplet: 45, 4B and 59. RGB value is (69,75,89). Sum of RGB (Red+Green+Blue) = 69+75+89=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #454B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B59 is #BAB4A6. Grayscale: #4A4A4A. Windows color (decimal): -12235943 or 5851973. OLE color: 5851973.

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

Color convert

RGB697589-
CMYK0.220.1600.65
HSL222º12.66%30.98%-
HSV(B)222º22.47%34.9%-
XYZ6.777.0210.45-
YUV74.8136.01123.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.61%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=29.61%
G=32.19%
B=38.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6975890.220.1600.6522212.6630.98
Hex454B591610041ded1f
Octal105113131262001013361537
Binary10001011001011101100110110100000100000111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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