#486CA1

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

Shades of San Marino #486CA1

Tints of San Marino #486CA1

Color information

#486CA1 (or 0x486CA1) is unknown color: approx San Marino. HEX triplet: 48, 6C and A1. RGB value is (72,108,161). Sum of RGB (Red+Green+Blue) = 72+108+161=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #486CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CA1 is #B7935E. Grayscale: #676767. Windows color (decimal): -12030815 or 10579016. OLE color: 10579016.

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

Color convert

RGB72108161-
CMYK0.550.3300.37
HSL215.73º38.2%45.69%-
HSV(B)215.73º55.28%63.14%-
XYZ14.4714.6835.79-
YUV103.28160.57105.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 161 (63.28% from 255) = 47.21%
R=21.11%
G=31.67%
B=47.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721081610.550.3300.37215.7338.245.69
Hex486CA13721025d8262e
Octal11015424167410453304656
Binary1001000110110010100001110111100001010010111011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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