Html Css Color HEX #4A73AC San Marino

📋 copy color: '#4A73AC'

red 74 ◦ green 115 ◦ blue 172

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

Shades of San Marino #4A73AC

Tints of San Marino #4A73AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 20.5%
G = 31.86%
B = 47.65%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A73AC (or 0x4A73AC) is known color: San Marino. HEX triplet: 4A, 73 and AC. RGB value is (74,115,172). Sum of RGB (Red+Green+Blue) = 74+115+172=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A73AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A73AC is #B58C53. Grayscale: #6C6C6C. Windows color (decimal): -11897940 or 11301706. OLE color: 11301706.

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

Color convert

RGB 74 115 172 -
CMYK 0.57 0.33 0 0.33
HSL 214.9º 0.4% 0.48% -
HSV(B) 214.9º 0.57% 0.67% -
XYZ 16.4 16.7 41.39 -
YUV 109.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 74 115 172 0.57 0.33 0 0.33 214.9 0.4 0.48
Hex 4A 73 AC 39 21 0 21 D7 28 30
Octal 112 163 254 71 41 0 41 327 50 60
Binary 1001010 1110011 10101100 111001 100001 0 100001 11010111 101000 110000

Color Harmonies of #4A73AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A73AC

Black with #4A73AC

Text Example


Text Example

White with #4A73AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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