Html Css Color HEX #4870AB San Marino

📋 copy color: '#4870AB'

red 72 ◦ green 112 ◦ blue 171

#4870AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #4870AB

Tints of San Marino #4870AB

RGB

 RED value IS 72 (28.52% from 255) = 20.28%

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 20.28%
G = 31.55%
B = 48.17%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4870AB (or 0x4870AB) is known color: San Marino. HEX triplet: 48, 70 and AB. RGB value is (72,112,171). Sum of RGB (Red+Green+Blue) = 72+112+171=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4870AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4870AB is #B78F54. Grayscale: #6A6A6A. Windows color (decimal): -12029781 or 11235400. OLE color: 11235400.

HSL color Cylindrical-coordinate representation of color #4870AB: hue angle of 215.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4870AB is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 112 171 -
CMYK 0.58 0.35 0 0.33
HSL 215.76º 0.41% 0.48% -
HSV(B) 215.76º 0.58% 0.67% -
XYZ 15.82 15.91 40.76 -
YUV 106.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 72 112 171 0.58 0.35 0 0.33 215.76 0.41 0.48
Hex 48 70 AB 3A 23 0 21 D8 29 30
Octal 110 160 253 72 43 0 41 330 51 60
Binary 1001000 1110000 10101011 111010 100011 0 100001 11011000 101001 110000

Color Harmonies of #4870AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870AB

Black with #4870AB

Text Example


Text Example

White with #4870AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4870AB;
 }
 .AnyTagClassName
 {
   color: #4870AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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