#486C9E

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

Shades of San Marino #486C9E

Tints of San Marino #486C9E

Color information

#486C9E (or 0x486C9E) is unknown color: approx San Marino. HEX triplet: 48, 6C and 9E. RGB value is (72,108,158). Sum of RGB (Red+Green+Blue) = 72+108+158=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #486C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C9E is #B79361. Grayscale: #666666. Windows color (decimal): -12030818 or 10382408. OLE color: 10382408.

HSL color Cylindrical-coordinate representation of color #486C9E: hue angle of 214.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #486C9E is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72108158-
CMYK0.540.3200.38
HSL214.88º37.39%45.1%-
HSV(B)214.88º54.43%61.96%-
XYZ14.2114.5734.41-
YUV102.94159.07105.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 108 (42.58% from 255) = 31.95%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=21.30%
G=31.95%
B=46.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721081580.540.3200.38214.8837.3945.1
Hex486C9E3620026d7252d
Octal11015423666400463274555
Binary1001000110110010011110110110100000010011011010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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