Html Css Color HEX #475D75 Chambray

📋 copy color: '#475D75'

red 71 ◦ green 93 ◦ blue 117

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

Shades of Chambray #475D75

Tints of Chambray #475D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 25.27%
G = 33.1%
B = 41.64%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#475D75 (or 0x475D75) is known color: Chambray. HEX triplet: 47, 5D and 75. RGB value is (71,93,117). Sum of RGB (Red+Green+Blue) = 71+93+117=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #475D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D75 is #B8A28A. Grayscale: #595959. Windows color (decimal): -12100235 or 7691591. OLE color: 7691591.

HSL color Cylindrical-coordinate representation of color #475D75: hue angle of 211.3º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475D75 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 93 117 -
CMYK 0.39 0.21 0 0.54
HSL 211.3º 0.24% 0.37% -
HSV(B) 211.3º 0.39% 0.46% -
XYZ 9.72 10.45 18.33 -
YUV 89.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 71 93 117 0.39 0.21 0 0.54 211.3 0.24 0.37
Hex 47 5D 75 27 15 0 36 D3 18 25
Octal 107 135 165 47 25 0 66 323 30 45
Binary 1000111 1011101 1110101 100111 10101 0 110110 11010011 11000 100101

Color Harmonies of #475D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D75

Black with #475D75

Text Example


Text Example

White with #475D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,93,117); }

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

background-color css

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

 a { background-color: rgb(71,93,117); }

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

border-color css

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

 span { border-color: rgb(71,93,117); }

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