Html Css Color HEX #475B71 Chambray

📋 copy color: '#475B71'

red 71 ◦ green 91 ◦ blue 113

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

Shades of Chambray #475B71

Tints of Chambray #475B71

RGB

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

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

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

R = 25.82%
G = 33.09%
B = 41.09%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475B71 (or 0x475B71) is known color: Chambray. HEX triplet: 47, 5B and 71. RGB value is (71,91,113). Sum of RGB (Red+Green+Blue) = 71+91+113=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #475B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B71 is #B8A48E. Grayscale: #575757. Windows color (decimal): -12100751 or 7428935. OLE color: 7428935.

HSL color Cylindrical-coordinate representation of color #475B71: hue angle of 211.43º 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 #475B71 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 91 113 -
CMYK 0.37 0.19 0 0.56
HSL 211.43º 0.23% 0.36% -
HSV(B) 211.43º 0.37% 0.44% -
XYZ 9.32 10.01 17.06 -
YUV 87.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 71 91 113 0.37 0.19 0 0.56 211.43 0.23 0.36
Hex 47 5B 71 25 13 0 38 D3 17 24
Octal 107 133 161 45 23 0 70 323 27 44
Binary 1000111 1011011 1110001 100101 10011 0 111000 11010011 10111 100100

Color Harmonies of #475B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475B71

Black with #475B71

Text Example


Text Example

White with #475B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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