Html Css Color HEX #475A70 Chambray

📋 copy color: '#475A70'

red 71 ◦ green 90 ◦ blue 112

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

Shades of Chambray #475A70

Tints of Chambray #475A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 26.01%
G = 32.97%
B = 41.03%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#475A70 (or 0x475A70) is known color: Chambray. HEX triplet: 47, 5A and 70. RGB value is (71,90,112). Sum of RGB (Red+Green+Blue) = 71+90+112=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #475A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A70 is #B8A58F. Grayscale: #565656. Windows color (decimal): -12101008 or 7363143. OLE color: 7363143.

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

Color convert

RGB 71 90 112 -
CMYK 0.37 0.20 0 0.56
HSL 212.2º 0.22% 0.36% -
HSV(B) 212.2º 0.37% 0.44% -
XYZ 9.18 9.82 16.74 -
YUV 86.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 71 90 112 0.37 0.20 0 0.56 212.2 0.22 0.36
Hex 47 5A 70 25 14 0 38 D4 16 24
Octal 107 132 160 45 24 0 70 324 26 44
Binary 1000111 1011010 1110000 100101 10100 0 111000 11010100 10110 100100

Color Harmonies of #475A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A70

Black with #475A70

Text Example


Text Example

White with #475A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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