Html Css Color HEX #475E77 Chambray

📋 copy color: '#475E77'

red 71 ◦ green 94 ◦ blue 119

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

Shades of Chambray #475E77

Tints of Chambray #475E77

RGB

 RED value IS 71 (28.13% from 255) = 25%

 GREEN value IS 94 (37.11% from 255) = 33.1%

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

R = 25%
G = 33.1%
B = 41.9%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475E77 (or 0x475E77) is known color: Chambray. HEX triplet: 47, 5E and 77. RGB value is (71,94,119). Sum of RGB (Red+Green+Blue) = 71+94+119=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #475E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E77 is #B8A188. Grayscale: #595959. Windows color (decimal): -12099977 or 7822919. OLE color: 7822919.

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

Color convert

RGB 71 94 119 -
CMYK 0.40 0.21 0 0.53
HSL 211.25º 0.25% 0.37% -
HSV(B) 211.25º 0.4% 0.47% -
XYZ 9.93 10.68 18.99 -
YUV 89.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 71 94 119 0.40 0.21 0 0.53 211.25 0.25 0.37
Hex 47 5E 77 28 15 0 35 D3 19 25
Octal 107 136 167 50 25 0 65 323 31 45
Binary 1000111 1011110 1110111 101000 10101 0 110101 11010011 11001 100101

Color Harmonies of #475E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475E77

Black with #475E77

Text Example


Text Example

White with #475E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475E77; }

 p { color: rgb(71,94,119); }

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

background-color css

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

 a { background-color: rgb(71,94,119); }

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

border-color css

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

 span { border-color: rgb(71,94,119); }

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