Html Css Color HEX #4C73A5 San Marino

📋 copy color: '#4C73A5'

red 76 ◦ green 115 ◦ blue 165

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

Shades of San Marino #4C73A5

Tints of San Marino #4C73A5

RGB

 RED value IS 76 (30.08% from 255) = 21.35%

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

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 21.35%
G = 32.3%
B = 46.35%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4C73A5 (or 0x4C73A5) is known color: San Marino. HEX triplet: 4C, 73 and A5. RGB value is (76,115,165). Sum of RGB (Red+Green+Blue) = 76+115+165=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #4C73A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C73A5 is #B38C5A. Grayscale: #6C6C6C. Windows color (decimal): -11766875 or 10842956. OLE color: 10842956.

HSL color Cylindrical-coordinate representation of color #4C73A5: hue angle of 213.71º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C73A5 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 115 165 -
CMYK 0.54 0.30 0 0.35
HSL 213.71º 0.37% 0.47% -
HSV(B) 213.71º 0.54% 0.65% -
XYZ 15.9 16.51 37.95 -
YUV 109.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 76 115 165 0.54 0.30 0 0.35 213.71 0.37 0.47
Hex 4C 73 A5 36 1E 0 23 D6 25 2F
Octal 114 163 245 66 36 0 43 326 45 57
Binary 1001100 1110011 10100101 110110 11110 0 100011 11010110 100101 101111

Color Harmonies of #4C73A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C73A5

Black with #4C73A5

Text Example


Text Example

White with #4C73A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,165); }

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

background-color css

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

 a { background-color: rgb(76,115,165); }

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

border-color css

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

 span { border-color: rgb(76,115,165); }

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