#486CA2

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

Shades of San Marino #486CA2

Tints of San Marino #486CA2

Color information

#486CA2 (or 0x486CA2) is unknown color: approx San Marino. HEX triplet: 48, 6C and A2. RGB value is (72,108,162). Sum of RGB (Red+Green+Blue) = 72+108+162=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #486CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CA2 is #B7935D. Grayscale: #676767. Windows color (decimal): -12030814 or 10644552. OLE color: 10644552.

HSL color Cylindrical-coordinate representation of color #486CA2: hue angle of 216º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #486CA2 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72108162-
CMYK0.560.3300.36
HSL216º38.46%45.88%-
HSV(B)216º55.56%63.53%-
XYZ14.5614.7136.25-
YUV103.39161.07105.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 162 (63.67% from 255) = 47.37%
R=21.05%
G=31.58%
B=47.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721081620.560.3300.3621638.4645.88
Hex486CA23821024d8262e
Octal11015424270410443304656
Binary1001000110110010100010111000100001010010011011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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