Html Css Color HEX #475876 Chambray

📋 copy color: '#475876'

red 71 ◦ green 88 ◦ blue 118

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

Shades of Chambray #475876

Tints of Chambray #475876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.6%

R = 25.63%
G = 31.77%
B = 42.6%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#475876 (or 0x475876) is known color: Chambray. HEX triplet: 47, 58 and 76. RGB value is (71,88,118). Sum of RGB (Red+Green+Blue) = 71+88+118=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #475876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475876 is #B8A789. Grayscale: #565656. Windows color (decimal): -12101514 or 7755847. OLE color: 7755847.

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

Color convert

RGB 71 88 118 -
CMYK 0.40 0.25 0 0.54
HSL 218.3º 0.25% 0.37% -
HSV(B) 218.3º 0.4% 0.46% -
XYZ 9.36 9.63 18.5 -
YUV 86.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 71 88 118 0.40 0.25 0 0.54 218.3 0.25 0.37
Hex 47 58 76 28 19 0 36 DA 19 25
Octal 107 130 166 50 31 0 66 332 31 45
Binary 1000111 1011000 1110110 101000 11001 0 110110 11011010 11001 100101

Color Harmonies of #475876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475876

Black with #475876

Text Example


Text Example

White with #475876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475876; }

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

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

background-color css

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

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

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

border-color css

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

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

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