#454A52

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

Shades of Tuna #454A52

Tints of Tuna #454A52

Color information

#454A52 (or 0x454A52) is unknown color: approx Tuna. HEX triplet: 45, 4A and 52. RGB value is (69,74,82). Sum of RGB (Red+Green+Blue) = 69+74+82=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #454A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A52 is #BAB5AD. Grayscale: #494949. Windows color (decimal): -12236206 or 5392965. OLE color: 5392965.

HSL color Cylindrical-coordinate representation of color #454A52: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454A52 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697482-
CMYK0.160.1000.68
HSL216.92º8.61%29.61%-
HSV(B)216.92º15.85%32.16%-
XYZ6.436.778.95-
YUV73.42132.84124.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=30.67%
G=32.89%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6974820.160.1000.68216.928.6129.61
Hex454A5210A044d991e
Octal105112122201201043311136
Binary1000101100101010100101000010100100010011011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,74,82); }

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

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

 a { background-color: rgb(69,74,82); }

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

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

 span { border-color: rgb(69,74,82); }

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