#475462

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

Shades of San Juan #475462

Tints of San Juan #475462

Color information

#475462 (or 0x475462) is unknown color: approx San Juan. HEX triplet: 47, 54 and 62. RGB value is (71,84,98). Sum of RGB (Red+Green+Blue) = 71+84+98=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #475462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475462 is #B8AB9D. Grayscale: #515151. Windows color (decimal): -12102558 or 6444103. OLE color: 6444103.

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

Color convert

RGB718498-
CMYK0.280.1400.62
HSL211.11º15.98%33.14%-
HSV(B)211.11º27.55%38.43%-
XYZ7.978.5612.79-
YUV81.71137.19120.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=28.06%
G=33.20%
B=38.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7184980.280.1400.62211.1115.9833.14
Hex4754621CE03Ed31021
Octal10712414234160763232041
Binary10001111010100110001011100111001111101101001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475462; }

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

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

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

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

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

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

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

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