#4870AF

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

Shades of San Marino #4870AF

Tints of San Marino #4870AF

Color information

#4870AF (or 0x4870AF) is unknown color: approx San Marino. HEX triplet: 48, 70 and AF. RGB value is (72,112,175). Sum of RGB (Red+Green+Blue) = 72+112+175=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4870AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4870AF is #B78F50. Grayscale: #6A6A6A. Windows color (decimal): -12029777 or 11497544. OLE color: 11497544.

HSL color Cylindrical-coordinate representation of color #4870AF: hue angle of 216.7º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4870AF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72112175-
CMYK0.590.3600.31
HSL216.7º41.7%48.43%-
HSV(B)216.7º58.86%68.63%-
XYZ16.216.0642.8-
YUV107.22166.25102.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=20.06%
G=31.20%
B=48.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721121750.590.3600.31216.741.748.43
Hex4870AF3B2401Fd92a30
Octal11016025773440373315260
Binary100100011100001010111111101110010001111111011001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4870AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4870AF; }

 p { color: rgb(72,112,175); }

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

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

 a { background-color: rgb(72,112,175); }

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

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

 span { border-color: rgb(72,112,175); }

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