Html Css Color HEX #454B51 Tuna

📋 copy color: '#454B51'

red 69 ◦ green 75 ◦ blue 81

#454B51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #454B51

Tints of Tuna #454B51

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 value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#454B51 (or 0x454B51) is known color: 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

RGB 69 75 81 -
CMYK 0.15 0.07 0 0.68
HSL 210º 0.08% 0.29% -
HSV(B) 210º 0.15% 0.32% -
XYZ 6.46 6.89 8.77 -
YUV 73.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 69 75 81 0.15 0.07 0 0.68 210 0.08 0.29
Hex 45 4B 51 F 7 0 44 D2 8 1D
Octal 105 113 121 17 7 0 104 322 10 35
Binary 1000101 1001011 1010001 1111 111 0 1000100 11010010 1000 11101

Color Harmonies of #454B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B51

Black with #454B51

Text Example


Text Example

White with #454B51

Text Example


Text Example

HTML Codes & Css Web 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>