Html Css Color HEX #454C5B Tuna

📋 copy color: '#454C5B'

red 69 ◦ green 76 ◦ blue 91

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

Shades of Tuna #454C5B

Tints of Tuna #454C5B

RGB

 RED value IS 69 (27.34% from 255) = 29.24%

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 29.24%
G = 32.2%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#454C5B (or 0x454C5B) is known color: Tuna. HEX triplet: 45, 4C and 5B. RGB value is (69,76,91). Sum of RGB (Red+Green+Blue) = 69+76+91=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #454C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C5B is #BAB3A4. Grayscale: #4B4B4B. Windows color (decimal): -12235685 or 5983301. OLE color: 5983301.

HSL color Cylindrical-coordinate representation of color #454C5B: hue angle of 220.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #454C5B is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 76 91 -
CMYK 0.24 0.16 0 0.64
HSL 220.91º 0.14% 0.31% -
HSV(B) 220.91º 0.24% 0.36% -
XYZ 6.93 7.19 10.92 -
YUV 75.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 69 76 91 0.24 0.16 0 0.64 220.91 0.14 0.31
Hex 45 4C 5B 18 10 0 40 DD E 1F
Octal 105 114 133 30 20 0 100 335 16 37
Binary 1000101 1001100 1011011 11000 10000 0 1000000 11011101 1110 11111

Color Harmonies of #454C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C5B

Black with #454C5B

Text Example


Text Example

White with #454C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,76,91); }

 H1.HeaderClassName
 {
   color: #454C5B;
 }
 .AnyTagClassName
 {
   color: #454C5B;
 }
</style>

background-color css

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

 a { background-color: rgb(69,76,91); }

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

border-color css

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

 span { border-color: rgb(69,76,91); }

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