Html Css Color HEX #475777 Chambray

📋 copy color: '#475777'

red 71 ◦ green 87 ◦ blue 119

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

Shades of Chambray #475777

Tints of Chambray #475777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 25.63%
G = 31.41%
B = 42.96%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475777 (or 0x475777) is known color: Chambray. HEX triplet: 47, 57 and 77. RGB value is (71,87,119). Sum of RGB (Red+Green+Blue) = 71+87+119=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 87 (34.38% from 255 or 31.41% 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 #475777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475777 is #B8A888. Grayscale: #555555. Windows color (decimal): -12101769 or 7821127. OLE color: 7821127.

HSL color Cylindrical-coordinate representation of color #475777: hue angle of 220º 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 #475777 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 87 119 -
CMYK 0.40 0.27 0 0.53
HSL 220º 0.25% 0.37% -
HSV(B) 220º 0.4% 0.47% -
XYZ 9.34 9.49 18.79 -
YUV 85.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 71 87 119 0.40 0.27 0 0.53 220 0.25 0.37
Hex 47 57 77 28 1B 0 35 DC 19 25
Octal 107 127 167 50 33 0 65 334 31 45
Binary 1000111 1010111 1110111 101000 11011 0 110101 11011100 11001 100101

Color Harmonies of #475777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475777

Black with #475777

Text Example


Text Example

White with #475777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475777; }

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

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

background-color css

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

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

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

border-color css

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

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

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