Html Css Color HEX #4A72AD San Marino

📋 copy color: '#4A72AD'

red 74 ◦ green 114 ◦ blue 173

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

Shades of San Marino #4A72AD

Tints of San Marino #4A72AD

RGB

 RED value IS 74 (29.3% from 255) = 20.5%

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

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

R = 20.5%
G = 31.58%
B = 47.92%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A72AD (or 0x4A72AD) is known color: San Marino. HEX triplet: 4A, 72 and AD. RGB value is (74,114,173). Sum of RGB (Red+Green+Blue) = 74+114+173=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A72AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A72AD is #B58D52. Grayscale: #6C6C6C. Windows color (decimal): -11898195 or 11366986. OLE color: 11366986.

HSL color Cylindrical-coordinate representation of color #4A72AD: hue angle of 215.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A72AD is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 114 173 -
CMYK 0.57 0.34 0 0.32
HSL 215.76º 0.4% 0.48% -
HSV(B) 215.76º 0.57% 0.68% -
XYZ 16.38 16.51 41.86 -
YUV 108.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 74 114 173 0.57 0.34 0 0.32 215.76 0.4 0.48
Hex 4A 72 AD 39 22 0 20 D8 28 30
Octal 112 162 255 71 42 0 40 330 50 60
Binary 1001010 1110010 10101101 111001 100010 0 100000 11011000 101000 110000

Color Harmonies of #4A72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A72AD

Black with #4A72AD

Text Example


Text Example

White with #4A72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A72AD; }

 p { color: rgb(74,114,173); }

 H1.HeaderClassName
 {
   color: #4A72AD;
 }
 .AnyTagClassName
 {
   color: #4A72AD;
 }
</style>

background-color css

<style>
 a { background-color: #4A72AD; }

 a { background-color: rgb(74,114,173); }

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

border-color css

<style>
 span { border-color: #4A72AD; }

 span { border-color: rgb(74,114,173); }

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