#485761

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

Shades of San Juan #485761

Tints of San Juan #485761

Color information

#485761 (or 0x485761) is unknown color: approx San Juan. HEX triplet: 48, 57 and 61. RGB value is (72,87,97). Sum of RGB (Red+Green+Blue) = 72+87+97=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #485761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485761 is #B7A89E. Grayscale: #535353. Windows color (decimal): -12036255 or 6379336. OLE color: 6379336.

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

Color convert

RGB728797-
CMYK0.260.1000.62
HSL204º14.79%33.14%-
HSV(B)204º25.77%38.04%-
XYZ8.249.0612.62-
YUV83.66135.53119.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=28.12%
G=33.98%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7287970.260.1000.6220414.7933.14
Hex4857611AA03Eccf21
Octal11012714132120763141741
Binary1001000101011111000011101010100111110110011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485761; }

 p { color: rgb(72,87,97); }

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

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

 a { background-color: rgb(72,87,97); }

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

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

 span { border-color: rgb(72,87,97); }

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