Html Css Color HEX #475560 San Juan

📋 copy color: '#475560'

red 71 ◦ green 85 ◦ blue 96

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

Shades of San Juan #475560

Tints of San Juan #475560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 28.17%
G = 33.73%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475560 (or 0x475560) is known color: San Juan. HEX triplet: 47, 55 and 60. RGB value is (71,85,96). Sum of RGB (Red+Green+Blue) = 71+85+96=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #475560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475560 is #B8AA9F. Grayscale: #525252. Windows color (decimal): -12102304 or 6313287. OLE color: 6313287.

HSL color Cylindrical-coordinate representation of color #475560: hue angle of 206.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #475560 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 85 96 -
CMYK 0.26 0.11 0 0.62
HSL 206.4º 0.15% 0.33% -
HSV(B) 206.4º 0.26% 0.38% -
XYZ 7.96 8.68 12.32 -
YUV 82.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 71 85 96 0.26 0.11 0 0.62 206.4 0.15 0.33
Hex 47 55 60 1A B 0 3E CE F 21
Octal 107 125 140 32 13 0 76 316 17 41
Binary 1000111 1010101 1100000 11010 1011 0 111110 11001110 1111 100001

Color Harmonies of #475560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475560

Black with #475560

Text Example


Text Example

White with #475560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475560; }

 p { color: rgb(71,85,96); }

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

background-color css

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

 a { background-color: rgb(71,85,96); }

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

border-color css

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

 span { border-color: rgb(71,85,96); }

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