Html Css Color HEX #475A86 Chambray

📋 copy color: '#475A86'

red 71 ◦ green 90 ◦ blue 134

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

Shades of Chambray #475A86

Tints of Chambray #475A86

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 24.07%
G = 30.51%
B = 45.42%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#475A86 (or 0x475A86) is known color: Chambray. HEX triplet: 47, 5A and 86. RGB value is (71,90,134). Sum of RGB (Red+Green+Blue) = 71+90+134=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #475A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A86 is #B8A579. Grayscale: #595959. Windows color (decimal): -12100986 or 8804935. OLE color: 8804935.

HSL color Cylindrical-coordinate representation of color #475A86: hue angle of 221.9º 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 #475A86 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 90 134 -
CMYK 0.47 0.33 0 0.47
HSL 221.9º 0.31% 0.4% -
HSV(B) 221.9º 0.47% 0.53% -
XYZ 10.56 10.37 24 -
YUV 89.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 71 90 134 0.47 0.33 0 0.47 221.9 0.31 0.4
Hex 47 5A 86 2F 21 0 2F DE 1F 28
Octal 107 132 206 57 41 0 57 336 37 50
Binary 1000111 1011010 10000110 101111 100001 0 101111 11011110 11111 101000

Color Harmonies of #475A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A86

Black with #475A86

Text Example


Text Example

White with #475A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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