Html Css Color HEX #475662 San Juan

📋 copy color: '#475662'

red 71 ◦ green 86 ◦ blue 98

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

Shades of San Juan #475662

Tints of San Juan #475662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 27.84%
G = 33.73%
B = 38.43%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475662 (or 0x475662) is known color: San Juan. HEX triplet: 47, 56 and 62. RGB value is (71,86,98). Sum of RGB (Red+Green+Blue) = 71+86+98=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #475662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475662 is #B8A99D. Grayscale: #525252. Windows color (decimal): -12102046 or 6444615. OLE color: 6444615.

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

Color convert

RGB 71 86 98 -
CMYK 0.28 0.12 0 0.62
HSL 206.67º 0.16% 0.33% -
HSV(B) 206.67º 0.28% 0.38% -
XYZ 8.13 8.88 12.84 -
YUV 82.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 71 86 98 0.28 0.12 0 0.62 206.67 0.16 0.33
Hex 47 56 62 1C C 0 3E CF 10 21
Octal 107 126 142 34 14 0 76 317 20 41
Binary 1000111 1010110 1100010 11100 1100 0 111110 11001111 10000 100001

Color Harmonies of #475662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475662

Black with #475662

Text Example


Text Example

White with #475662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475662; }

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

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

background-color css

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

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

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

border-color css

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

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

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