Html Css Color HEX #475871 Chambray

📋 copy color: '#475871'

red 71 ◦ green 88 ◦ blue 113

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

Shades of Chambray #475871

Tints of Chambray #475871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 26.1%
G = 32.35%
B = 41.54%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475871 (or 0x475871) is known color: Chambray. HEX triplet: 47, 58 and 71. RGB value is (71,88,113). Sum of RGB (Red+Green+Blue) = 71+88+113=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #475871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475871 is #B8A78E. Grayscale: #555555. Windows color (decimal): -12101519 or 7428167. OLE color: 7428167.

HSL color Cylindrical-coordinate representation of color #475871: hue angle of 215.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475871 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 88 113 -
CMYK 0.37 0.22 0 0.56
HSL 215.71º 0.23% 0.36% -
HSV(B) 215.71º 0.37% 0.44% -
XYZ 9.07 9.51 16.98 -
YUV 85.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 71 88 113 0.37 0.22 0 0.56 215.71 0.23 0.36
Hex 47 58 71 25 16 0 38 D8 17 24
Octal 107 130 161 45 26 0 70 330 27 44
Binary 1000111 1011000 1110001 100101 10110 0 111000 11011000 10111 100100

Color Harmonies of #475871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475871

Black with #475871

Text Example


Text Example

White with #475871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475871; }

 p { color: rgb(71,88,113); }

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

background-color css

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

 a { background-color: rgb(71,88,113); }

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

border-color css

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

 span { border-color: rgb(71,88,113); }

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