#454B51

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

Shades of Tuna #454B51

Tints of Tuna #454B51

Color information

#454B51 (or 0x454B51) is unknown color: approx Tuna. HEX triplet: 45, 4B and 51. RGB value is (69,75,81). Sum of RGB (Red+Green+Blue) = 69+75+81=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #454B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B51 is #BAB4AE. Grayscale: #494949. Windows color (decimal): -12235951 or 5327685. OLE color: 5327685.

HSL color Cylindrical-coordinate representation of color #454B51: hue angle of 210º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #454B51 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697581-
CMYK0.150.0700.68
HSL210º8%29.41%-
HSV(B)210º14.81%31.76%-
XYZ6.466.898.77-
YUV73.89132.01124.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 36%
R=30.67%
G=33.33%
B=36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6975810.150.0700.68210829.41
Hex454B51F7044d281d
Octal10511312117701043221035
Binary10001011001011101000111111110100010011010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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