Html Css Color HEX #455B77 Chambray

📋 copy color: '#455B77'

red 69 ◦ green 91 ◦ blue 119

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

Shades of Chambray #455B77

Tints of Chambray #455B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

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

R = 24.73%
G = 32.62%
B = 42.65%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455B77 (or 0x455B77) is known color: Chambray. HEX triplet: 45, 5B and 77. RGB value is (69,91,119). Sum of RGB (Red+Green+Blue) = 69+91+119=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #455B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B77 is #BAA488. Grayscale: #575757. Windows color (decimal): -12231817 or 7822149. OLE color: 7822149.

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

Color convert

RGB 69 91 119 -
CMYK 0.42 0.24 0 0.53
HSL 213.6º 0.27% 0.37% -
HSV(B) 213.6º 0.42% 0.47% -
XYZ 9.53 10.08 18.9 -
YUV 87.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 69 91 119 0.42 0.24 0 0.53 213.6 0.27 0.37
Hex 45 5B 77 2A 18 0 35 D6 1B 25
Octal 105 133 167 52 30 0 65 326 33 45
Binary 1000101 1011011 1110111 101010 11000 0 110101 11010110 11011 100101

Color Harmonies of #455B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455B77

Black with #455B77

Text Example


Text Example

White with #455B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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