#486AA4

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

Shades of San Marino #486AA4

Tints of San Marino #486AA4

Color information

#486AA4 (or 0x486AA4) is unknown color: approx San Marino. HEX triplet: 48, 6A and A4. RGB value is (72,106,164). Sum of RGB (Red+Green+Blue) = 72+106+164=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #486AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AA4 is #B7955B. Grayscale: #666666. Windows color (decimal): -12031324 or 10775112. OLE color: 10775112.

HSL color Cylindrical-coordinate representation of color #486AA4: hue angle of 217.83º degrees, saturation: 0.39, 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 #486AA4 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72106164-
CMYK0.560.3500.36
HSL217.83º38.98%46.27%-
HSV(B)217.83º56.1%64.31%-
XYZ14.5314.3737.13-
YUV102.45162.74106.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 164 (64.45% from 255) = 47.95%
R=21.05%
G=30.99%
B=47.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721061640.560.3500.36217.8338.9846.27
Hex486AA43823024da272e
Octal11015224470430443324756
Binary1001000110101010100100111000100011010010011011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,106,164); }

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

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

 a { background-color: rgb(72,106,164); }

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

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

 span { border-color: rgb(72,106,164); }

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