Html Css Color HEX #455977 Chambray

📋 copy color: '#455977'

red 69 ◦ green 89 ◦ blue 119

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

Shades of Chambray #455977

Tints of Chambray #455977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 24.91%
G = 32.13%
B = 42.96%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455977 (or 0x455977) is known color: Chambray. HEX triplet: 45, 59 and 77. RGB value is (69,89,119). Sum of RGB (Red+Green+Blue) = 69+89+119=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #455977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455977 is #BAA688. Grayscale: #565656. Windows color (decimal): -12232329 or 7821637. OLE color: 7821637.

HSL color Cylindrical-coordinate representation of color #455977: hue angle of 216º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455977 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 89 119 -
CMYK 0.42 0.25 0 0.53
HSL 216º 0.27% 0.37% -
HSV(B) 216º 0.42% 0.47% -
XYZ 9.36 9.74 18.84 -
YUV 86.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 69 89 119 0.42 0.25 0 0.53 216 0.27 0.37
Hex 45 59 77 2A 19 0 35 D8 1B 25
Octal 105 131 167 52 31 0 65 330 33 45
Binary 1000101 1011001 1110111 101010 11001 0 110101 11011000 11011 100101

Color Harmonies of #455977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455977

Black with #455977

Text Example


Text Example

White with #455977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455977; }

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

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

background-color css

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

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

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

border-color css

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

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

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