Html Css Color HEX #475666 San Juan

📋 copy color: '#475666'

red 71 ◦ green 86 ◦ blue 102

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

Shades of San Juan #475666

Tints of San Juan #475666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 27.41%
G = 33.2%
B = 39.38%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#475666 (or 0x475666) is known color: San Juan. HEX triplet: 47, 56 and 66. RGB value is (71,86,102). Sum of RGB (Red+Green+Blue) = 71+86+102=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #475666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475666 is #B8A999. Grayscale: #535353. Windows color (decimal): -12102042 or 6706759. OLE color: 6706759.

HSL color Cylindrical-coordinate representation of color #475666: hue angle of 210.97º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475666 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 86 102 -
CMYK 0.30 0.16 0 0.6
HSL 210.97º 0.18% 0.34% -
HSV(B) 210.97º 0.3% 0.4% -
XYZ 8.32 8.95 13.86 -
YUV 83.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 71 86 102 0.30 0.16 0 0.6 210.97 0.18 0.34
Hex 47 56 66 1E 10 0 3C D3 12 22
Octal 107 126 146 36 20 0 74 323 22 42
Binary 1000111 1010110 1100110 11110 10000 0 111100 11010011 10010 100010

Color Harmonies of #475666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475666

Black with #475666

Text Example


Text Example

White with #475666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475666; }

 p { color: rgb(71,86,102); }

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

background-color css

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

 a { background-color: rgb(71,86,102); }

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

border-color css

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

 span { border-color: rgb(71,86,102); }

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