#486EAC

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

Shades of San Marino #486EAC

Tints of San Marino #486EAC

Color information

#486EAC (or 0x486EAC) is unknown color: approx San Marino. HEX triplet: 48, 6E and AC. RGB value is (72,110,172). Sum of RGB (Red+Green+Blue) = 72+110+172=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #486EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486EAC is #B79153. Grayscale: #696969. Windows color (decimal): -12030292 or 11300424. OLE color: 11300424.

HSL color Cylindrical-coordinate representation of color #486EAC: hue angle of 217.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486EAC is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72110172-
CMYK0.580.3600.33
HSL217.2º40.98%47.84%-
HSV(B)217.2º58.14%67.45%-
XYZ15.6915.5141.2-
YUV105.71165.41103.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=20.34%
G=31.07%
B=48.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721101720.580.3600.33217.240.9847.84
Hex486EAC3A24021d92930
Octal11015625472440413315160
Binary1001000110111010101100111010100100010000111011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,172); }

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

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

 a { background-color: rgb(72,110,172); }

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

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

 span { border-color: rgb(72,110,172); }

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