Html Css Color HEX #475F73 Chambray

📋 copy color: '#475F73'

red 71 ◦ green 95 ◦ blue 115

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

Shades of Chambray #475F73

Tints of Chambray #475F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 25.27%
G = 33.81%
B = 40.93%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475F73 (or 0x475F73) is known color: Chambray. HEX triplet: 47, 5F and 73. RGB value is (71,95,115). Sum of RGB (Red+Green+Blue) = 71+95+115=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #475F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F73 is #B8A08C. Grayscale: #5A5A5A. Windows color (decimal): -12099725 or 7561031. OLE color: 7561031.

HSL color Cylindrical-coordinate representation of color #475F73: hue angle of 207.27º 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 #475F73 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 95 115 -
CMYK 0.38 0.17 0 0.55
HSL 207.27º 0.24% 0.36% -
HSV(B) 207.27º 0.38% 0.45% -
XYZ 9.79 10.76 17.78 -
YUV 90.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 71 95 115 0.38 0.17 0 0.55 207.27 0.24 0.36
Hex 47 5F 73 26 11 0 37 CF 18 24
Octal 107 137 163 46 21 0 67 317 30 44
Binary 1000111 1011111 1110011 100110 10001 0 110111 11001111 11000 100100

Color Harmonies of #475F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475F73

Black with #475F73

Text Example


Text Example

White with #475F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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