Html Css Color HEX #475986 Chambray

📋 copy color: '#475986'

red 71 ◦ green 89 ◦ blue 134

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

Shades of Chambray #475986

Tints of Chambray #475986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 24.15%
G = 30.27%
B = 45.58%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#475986 (or 0x475986) is known color: Chambray. HEX triplet: 47, 59 and 86. RGB value is (71,89,134). Sum of RGB (Red+Green+Blue) = 71+89+134=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #475986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475986 is #B8A679. Grayscale: #585858. Windows color (decimal): -12101242 or 8804679. OLE color: 8804679.

HSL color Cylindrical-coordinate representation of color #475986: hue angle of 222.86º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475986 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 89 134 -
CMYK 0.47 0.34 0 0.47
HSL 222.86º 0.31% 0.4% -
HSV(B) 222.86º 0.47% 0.53% -
XYZ 10.47 10.21 23.97 -
YUV 88.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 71 89 134 0.47 0.34 0 0.47 222.86 0.31 0.4
Hex 47 59 86 2F 22 0 2F DF 1F 28
Octal 107 131 206 57 42 0 57 337 37 50
Binary 1000111 1011001 10000110 101111 100010 0 101111 11011111 11111 101000

Color Harmonies of #475986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475986

Black with #475986

Text Example


Text Example

White with #475986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475986; }

 p { color: rgb(71,89,134); }

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

background-color css

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

 a { background-color: rgb(71,89,134); }

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

border-color css

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

 span { border-color: rgb(71,89,134); }

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