#454A51

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

Shades of Tuna #454A51

Tints of Tuna #454A51

Color information

#454A51 (or 0x454A51) is unknown color: approx Tuna. HEX triplet: 45, 4A and 51. RGB value is (69,74,81). Sum of RGB (Red+Green+Blue) = 69+74+81=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #454A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A51 is #BAB5AE. Grayscale: #494949. Windows color (decimal): -12236207 or 5327429. OLE color: 5327429.

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

Color convert

RGB697481-
CMYK0.150.0900.68
HSL215º8%29.41%-
HSV(B)215º14.81%31.76%-
XYZ6.396.768.75-
YUV73.3132.34124.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=30.80%
G=33.04%
B=36.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6974810.150.0900.68215829.41
Hex454A51F9044d781d
Octal105112121171101043271035
Binary100010110010101010001111110010100010011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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