#485662

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

Shades of San Juan #485662

Tints of San Juan #485662

Color information

#485662 (or 0x485662) is unknown color: approx San Juan. HEX triplet: 48, 56 and 62. RGB value is (72,86,98). Sum of RGB (Red+Green+Blue) = 72+86+98=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #485662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485662 is #B7A99D. Grayscale: #535353. Windows color (decimal): -12036510 or 6444616. OLE color: 6444616.

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

Color convert

RGB728698-
CMYK0.270.1200.62
HSL207.69º15.29%33.33%-
HSV(B)207.69º26.53%38.43%-
XYZ8.28.9212.84-
YUV83.18136.36120.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=28.12%
G=33.59%
B=38.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7286980.270.1200.62207.6915.2933.33
Hex4856621BC03Ed0f21
Octal11012614233140763201741
Binary1001000101011011000101101111000111110110100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485662; }

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

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

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

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

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

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

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

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