Html Css Color HEX #4A72AC San Marino

📋 copy color: '#4A72AC'

red 74 ◦ green 114 ◦ blue 172

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

Shades of San Marino #4A72AC

Tints of San Marino #4A72AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 20.56%
G = 31.67%
B = 47.78%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A72AC (or 0x4A72AC) is known color: San Marino. HEX triplet: 4A, 72 and AC. RGB value is (74,114,172). Sum of RGB (Red+Green+Blue) = 74+114+172=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A72AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A72AC is #B58D53. Grayscale: #6C6C6C. Windows color (decimal): -11898196 or 11301450. OLE color: 11301450.

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

Color convert

RGB 74 114 172 -
CMYK 0.57 0.34 0 0.33
HSL 215.51º 0.4% 0.48% -
HSV(B) 215.51º 0.57% 0.67% -
XYZ 16.29 16.47 41.35 -
YUV 108.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 74 114 172 0.57 0.34 0 0.33 215.51 0.4 0.48
Hex 4A 72 AC 39 22 0 21 D8 28 30
Octal 112 162 254 71 42 0 41 330 50 60
Binary 1001010 1110010 10101100 111001 100010 0 100001 11011000 101000 110000

Color Harmonies of #4A72AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A72AC

Black with #4A72AC

Text Example


Text Example

White with #4A72AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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