#486FAD

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

Shades of San Marino #486FAD

Tints of San Marino #486FAD

Color information

#486FAD (or 0x486FAD) is unknown color: approx San Marino. HEX triplet: 48, 6F and AD. RGB value is (72,111,173). Sum of RGB (Red+Green+Blue) = 72+111+173=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #486FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FAD is #B79052. Grayscale: #6A6A6A. Windows color (decimal): -12030035 or 11366216. OLE color: 11366216.

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

Color convert

RGB72111173-
CMYK0.580.3600.32
HSL216.83º41.22%48.04%-
HSV(B)216.83º58.38%67.84%-
XYZ15.915.7641.74-
YUV106.41165.58103.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=20.22%
G=31.18%
B=48.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721111730.580.3600.32216.8341.2248.04
Hex486FAD3A24020d92930
Octal11015725572440403315160
Binary1001000110111110101101111010100100010000011011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,173); }

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

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

 a { background-color: rgb(72,111,173); }

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

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

 span { border-color: rgb(72,111,173); }

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