Html Css Color HEX #455D77 Chambray

📋 copy color: '#455D77'

red 69 ◦ green 93 ◦ blue 119

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

Shades of Chambray #455D77

Tints of Chambray #455D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

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

R = 24.56%
G = 33.1%
B = 42.35%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455D77 (or 0x455D77) is known color: Chambray. HEX triplet: 45, 5D and 77. RGB value is (69,93,119). Sum of RGB (Red+Green+Blue) = 69+93+119=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #455D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D77 is #BAA288. Grayscale: #585858. Windows color (decimal): -12231305 or 7822661. OLE color: 7822661.

HSL color Cylindrical-coordinate representation of color #455D77: hue angle of 211.2º 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 #455D77 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 93 119 -
CMYK 0.42 0.22 0 0.53
HSL 211.2º 0.27% 0.37% -
HSV(B) 211.2º 0.42% 0.47% -
XYZ 9.7 10.43 18.95 -
YUV 88.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 69 93 119 0.42 0.22 0 0.53 211.2 0.27 0.37
Hex 45 5D 77 2A 16 0 35 D3 1B 25
Octal 105 135 167 52 26 0 65 323 33 45
Binary 1000101 1011101 1110111 101010 10110 0 110101 11010011 11011 100101

Color Harmonies of #455D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D77

Black with #455D77

Text Example


Text Example

White with #455D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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