Html Css Color HEX #454C59 Tuna

📋 copy color: '#454C59'

red 69 ◦ green 76 ◦ blue 89

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

Shades of Tuna #454C59

Tints of Tuna #454C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 29.49%
G = 32.48%
B = 38.03%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#454C59 (or 0x454C59) is known color: Tuna. HEX triplet: 45, 4C and 59. RGB value is (69,76,89). Sum of RGB (Red+Green+Blue) = 69+76+89=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #454C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C59 is #BAB3A6. Grayscale: #4B4B4B. Windows color (decimal): -12235687 or 5852229. OLE color: 5852229.

HSL color Cylindrical-coordinate representation of color #454C59: hue angle of 219º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454C59 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 76 89 -
CMYK 0.22 0.15 0 0.65
HSL 219º 0.13% 0.31% -
HSV(B) 219º 0.22% 0.35% -
XYZ 6.84 7.16 10.47 -
YUV 75.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 69 76 89 0.22 0.15 0 0.65 219 0.13 0.31
Hex 45 4C 59 16 F 0 41 DB D 1F
Octal 105 114 131 26 17 0 101 333 15 37
Binary 1000101 1001100 1011001 10110 1111 0 1000001 11011011 1101 11111

Color Harmonies of #454C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C59

Black with #454C59

Text Example


Text Example

White with #454C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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