#486CA4

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

Shades of San Marino #486CA4

Tints of San Marino #486CA4

Color information

#486CA4 (or 0x486CA4) is unknown color: approx San Marino. HEX triplet: 48, 6C and A4. RGB value is (72,108,164). Sum of RGB (Red+Green+Blue) = 72+108+164=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #486CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CA4 is #B7935B. Grayscale: #676767. Windows color (decimal): -12030812 or 10775624. OLE color: 10775624.

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

Color convert

RGB72108164-
CMYK0.560.3400.36
HSL216.52º38.98%46.27%-
HSV(B)216.52º56.1%64.31%-
XYZ14.7414.7837.2-
YUV103.62162.07105.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=20.93%
G=31.40%
B=47.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721081640.560.3400.36216.5238.9846.27
Hex486CA43822024d9272e
Octal11015424470420443314756
Binary1001000110110010100100111000100010010010011011001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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