#486BA4

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

Shades of San Marino #486BA4

Tints of San Marino #486BA4

Color information

#486BA4 (or 0x486BA4) is unknown color: approx San Marino. HEX triplet: 48, 6B and A4. RGB value is (72,107,164). Sum of RGB (Red+Green+Blue) = 72+107+164=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #486BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486BA4 is #B7945B. Grayscale: #666666. Windows color (decimal): -12031068 or 10775368. OLE color: 10775368.

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

Color convert

RGB72107164-
CMYK0.560.3500.36
HSL217.17º38.98%46.27%-
HSV(B)217.17º56.1%64.31%-
XYZ14.6314.5737.16-
YUV103.03162.4105.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=20.99%
G=31.20%
B=47.81%

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
Decimal721071640.560.3500.36217.1738.9846.27
Hex486BA43823024d9272e
Octal11015324470430443314756
Binary1001000110101110100100111000100011010010011011001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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