#475962

Color #475962 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #475962

Tints of San Juan #475962

Color information

#475962 (or 0x475962) is unknown color: approx San Juan. HEX triplet: 47, 59 and 62. RGB value is (71,89,98). Sum of RGB (Red+Green+Blue) = 71+89+98=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 98 - color contains mainly: blue. Hex color #475962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475962 is #B8A69D. Grayscale: #545454. Windows color (decimal): -12101278 or 6445383. OLE color: 6445383.

HSL color Cylindrical-coordinate representation of color #475962: hue angle of 200º 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 #475962 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB718998-
CMYK0.280.0900.62
HSL200º15.98%33.14%-
HSV(B)200º27.55%38.43%-
XYZ8.389.3712.92-
YUV84.64135.54118.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=27.52%
G=34.50%
B=37.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7189980.280.0900.6220015.9833.14
Hex4759621C903Ec81021
Octal10713114234110763102041
Binary10001111011001110001011100100101111101100100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475962; }

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

 H1.HeaderClassName
 {
   color: #475962;
 }
 .AnyTagClassName
 {
   color: #475962;
 }
</style>
background-color css

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

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

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

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

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

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