#454B55

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

Shades of Tuna #454B55

Tints of Tuna #454B55

Color information

#454B55 (or 0x454B55) is unknown color: approx Tuna. HEX triplet: 45, 4B and 55. RGB value is (69,75,85). Sum of RGB (Red+Green+Blue) = 69+75+85=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #454B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B55 is #BAB4AA. Grayscale: #4A4A4A. Windows color (decimal): -12235947 or 5589829. OLE color: 5589829.

HSL color Cylindrical-coordinate representation of color #454B55: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454B55 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB697585-
CMYK0.190.1200.67
HSL217.5º10.39%30.2%-
HSV(B)217.5º18.82%33.33%-
XYZ6.616.959.59-
YUV74.35134.01124.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=30.13%
G=32.75%
B=37.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6975850.190.1200.67217.510.3930.2
Hex454B5513C043daa1e
Octal105113125231401033321236
Binary1000101100101110101011001111000100001111011010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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