Html Css Color HEX #4872AB San Marino

📋 copy color: '#4872AB'

red 72 ◦ green 114 ◦ blue 171

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

Shades of San Marino #4872AB

Tints of San Marino #4872AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 20.17%
G = 31.93%
B = 47.9%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4872AB (or 0x4872AB) is known color: San Marino. HEX triplet: 48, 72 and AB. RGB value is (72,114,171). Sum of RGB (Red+Green+Blue) = 72+114+171=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #4872AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4872AB is #B78D54. Grayscale: #6B6B6B. Windows color (decimal): -12029269 or 11235912. OLE color: 11235912.

HSL color Cylindrical-coordinate representation of color #4872AB: hue angle of 214.55º 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 #4872AB is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 114 171 -
CMYK 0.58 0.33 0 0.33
HSL 214.55º 0.41% 0.48% -
HSV(B) 214.55º 0.58% 0.67% -
XYZ 16.04 16.35 40.84 -
YUV 107.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 72 114 171 0.58 0.33 0 0.33 214.55 0.41 0.48
Hex 48 72 AB 3A 21 0 21 D7 29 30
Octal 110 162 253 72 41 0 41 327 51 60
Binary 1001000 1110010 10101011 111010 100001 0 100001 11010111 101001 110000

Color Harmonies of #4872AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872AB

Black with #4872AB

Text Example


Text Example

White with #4872AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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