#486FB4

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

Shades of San Marino #486FB4

Tints of San Marino #486FB4

Color information

#486FB4 (or 0x486FB4) is unknown color: approx San Marino. HEX triplet: 48, 6F and B4. RGB value is (72,111,180). Sum of RGB (Red+Green+Blue) = 72+111+180=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #486FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FB4 is #B7904B. Grayscale: #6A6A6A. Windows color (decimal): -12030028 or 11824968. OLE color: 11824968.

HSL color Cylindrical-coordinate representation of color #486FB4: hue angle of 218.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486FB4 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72111180-
CMYK0.600.3800.29
HSL218.33º42.86%49.41%-
HSV(B)218.33º60%70.59%-
XYZ16.616.0445.4-
YUV107.2169.08102.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=19.83%
G=30.58%
B=49.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721111800.600.3800.29218.3342.8649.41
Hex486FB43C2601Dda2b31
Octal11015726474460353325361
Binary100100011011111011010011110010011001110111011010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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