#4870B0

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

Shades of San Marino #4870B0

Tints of San Marino #4870B0

Color information

#4870B0 (or 0x4870B0) is unknown color: approx San Marino. HEX triplet: 48, 70 and B0. RGB value is (72,112,176). Sum of RGB (Red+Green+Blue) = 72+112+176=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #4870B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4870B0 is #B78F4F. Grayscale: #6B6B6B. Windows color (decimal): -12029776 or 11563080. OLE color: 11563080.

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

Color convert

RGB72112176-
CMYK0.590.3600.31
HSL216.92º41.94%48.63%-
HSV(B)216.92º59.09%69.02%-
XYZ16.316.143.32-
YUV107.34166.75102.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 176 (69.14% from 255) = 48.89%
R=20%
G=31.11%
B=48.89%

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
Decimal721121760.590.3600.31216.9241.9448.63
Hex4870B03B2401Fd92a31
Octal11016026073440373315261
Binary100100011100001011000011101110010001111111011001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4870B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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