#486792

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

Shades of San Marino #486792

Tints of San Marino #486792

Color information

#486792 (or 0x486792) is unknown color: approx San Marino. HEX triplet: 48, 67 and 92. RGB value is (72,103,146). Sum of RGB (Red+Green+Blue) = 72+103+146=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #486792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486792 is #B7986D. Grayscale: #626262. Windows color (decimal): -12032110 or 9594696. OLE color: 9594696.

HSL color Cylindrical-coordinate representation of color #486792: hue angle of 214.86º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486792 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72103146-
CMYK0.510.2900.43
HSL214.86º33.94%42.75%-
HSV(B)214.86º50.68%57.25%-
XYZ12.7113.1529.06-
YUV98.63154.73109-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.43%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=22.43%
G=32.09%
B=45.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721031460.510.2900.43214.8633.9442.75
Hex486792331D02Bd7222b
Octal11014722263350533274253
Binary100100011001111001001011001111101010101111010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486792; }

 p { color: rgb(72,103,146); }

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

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

 a { background-color: rgb(72,103,146); }

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

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

 span { border-color: rgb(72,103,146); }

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