Html Css Color HEX #475671 Chambray

📋 copy color: '#475671'

red 71 ◦ green 86 ◦ blue 113

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

Shades of Chambray #475671

Tints of Chambray #475671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 26.3%
G = 31.85%
B = 41.85%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475671 (or 0x475671) is known color: Chambray. HEX triplet: 47, 56 and 71. RGB value is (71,86,113). Sum of RGB (Red+Green+Blue) = 71+86+113=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #475671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475671 is #B8A98E. Grayscale: #545454. Windows color (decimal): -12102031 or 7427655. OLE color: 7427655.

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

Color convert

RGB 71 86 113 -
CMYK 0.37 0.24 0 0.56
HSL 218.57º 0.23% 0.36% -
HSV(B) 218.57º 0.37% 0.44% -
XYZ 8.91 9.19 16.93 -
YUV 84.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 71 86 113 0.37 0.24 0 0.56 218.57 0.23 0.36
Hex 47 56 71 25 18 0 38 DB 17 24
Octal 107 126 161 45 30 0 70 333 27 44
Binary 1000111 1010110 1110001 100101 11000 0 111000 11011011 10111 100100

Color Harmonies of #475671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475671

Black with #475671

Text Example


Text Example

White with #475671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475671; }

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

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

background-color css

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

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

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

border-color css

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

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

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