#486CAF

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

Shades of San Marino #486CAF

Tints of San Marino #486CAF

Color information

#486CAF (or 0x486CAF) is unknown color: approx San Marino. HEX triplet: 48, 6C and AF. RGB value is (72,108,175). Sum of RGB (Red+Green+Blue) = 72+108+175=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #486CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CAF is #B79350. Grayscale: #686868. Windows color (decimal): -12030801 or 11496520. OLE color: 11496520.

HSL color Cylindrical-coordinate representation of color #486CAF: hue angle of 219.03º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486CAF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72108175-
CMYK0.590.3800.31
HSL219.03º41.7%48.43%-
HSV(B)219.03º58.86%68.63%-
XYZ15.7715.242.66-
YUV104.87167.57104.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=20.28%
G=30.42%
B=49.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721081750.590.3800.31219.0341.748.43
Hex486CAF3B2601Fdb2a30
Octal11015425773460373335260
Binary100100011011001010111111101110011001111111011011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486CAF; }

 p { color: rgb(72,108,175); }

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

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

 a { background-color: rgb(72,108,175); }

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

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

 span { border-color: rgb(72,108,175); }

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