Html Css Color HEX #475773 Chambray

📋 copy color: '#475773'

red 71 ◦ green 87 ◦ blue 115

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

Shades of Chambray #475773

Tints of Chambray #475773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 26.01%
G = 31.87%
B = 42.12%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475773 (or 0x475773) is known color: Chambray. HEX triplet: 47, 57 and 73. RGB value is (71,87,115). Sum of RGB (Red+Green+Blue) = 71+87+115=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #475773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475773 is #B8A88C. Grayscale: #555555. Windows color (decimal): -12101773 or 7558983. OLE color: 7558983.

HSL color Cylindrical-coordinate representation of color #475773: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475773 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 87 115 -
CMYK 0.38 0.24 0 0.55
HSL 218.18º 0.24% 0.36% -
HSV(B) 218.18º 0.38% 0.45% -
XYZ 9.1 9.39 17.55 -
YUV 85.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 71 87 115 0.38 0.24 0 0.55 218.18 0.24 0.36
Hex 47 57 73 26 18 0 37 DA 18 24
Octal 107 127 163 46 30 0 67 332 30 44
Binary 1000111 1010111 1110011 100110 11000 0 110111 11011010 11000 100100

Color Harmonies of #475773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475773

Black with #475773

Text Example


Text Example

White with #475773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475773; }

 p { color: rgb(71,87,115); }

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

background-color css

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

 a { background-color: rgb(71,87,115); }

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

border-color css

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

 span { border-color: rgb(71,87,115); }

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