#475A60

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

Shades of San Juan #475A60

Tints of San Juan #475A60

Color information

#475A60 (or 0x475A60) is unknown color: approx San Juan. HEX triplet: 47, 5A and 60. RGB value is (71,90,96). Sum of RGB (Red+Green+Blue) = 71+90+96=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #475A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A60 is #B8A59F. Grayscale: #545454. Windows color (decimal): -12101024 or 6314567. OLE color: 6314567.

HSL color Cylindrical-coordinate representation of color #475A60: hue angle of 194.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 #475A60 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB719096-
CMYK0.260.0600.62
HSL194.4º14.97%32.75%-
HSV(B)194.4º26.04%37.65%-
XYZ8.379.512.46-
YUV85134.21118.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=27.63%
G=35.02%
B=37.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7190960.260.0600.62194.414.9732.75
Hex475A601A603Ec2f21
Octal1071321403260763021741
Binary100011110110101100000110101100111110110000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A60; }

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

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

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

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

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

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

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

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