Html Css Color HEX #4870AD San Marino

📋 copy color: '#4870AD'

red 72 ◦ green 112 ◦ blue 173

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

Shades of San Marino #4870AD

Tints of San Marino #4870AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 20.17%
G = 31.37%
B = 48.46%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4870AD (or 0x4870AD) is known color: San Marino. HEX triplet: 48, 70 and AD. RGB value is (72,112,173). Sum of RGB (Red+Green+Blue) = 72+112+173=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #4870AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4870AD is #B78F52. Grayscale: #6A6A6A. Windows color (decimal): -12029779 or 11366472. OLE color: 11366472.

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

Color convert

RGB 72 112 173 -
CMYK 0.58 0.35 0 0.32
HSL 216.24º 0.41% 0.48% -
HSV(B) 216.24º 0.58% 0.68% -
XYZ 16.01 15.98 41.78 -
YUV 106.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 72 112 173 0.58 0.35 0 0.32 216.24 0.41 0.48
Hex 48 70 AD 3A 23 0 20 D8 29 30
Octal 110 160 255 72 43 0 40 330 51 60
Binary 1001000 1110000 10101101 111010 100011 0 100000 11011000 101001 110000

Color Harmonies of #4870AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870AD

Black with #4870AD

Text Example


Text Example

White with #4870AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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