#4C73AF

Color #4C73AF San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4C73AF

Tints of San Marino #4C73AF

Color information

#4C73AF (or 0x4C73AF) is unknown color: approx San Marino. HEX triplet: 4C, 73 and AF. RGB value is (76,115,175). Sum of RGB (Red+Green+Blue) = 76+115+175=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C73AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C73AF is #B38C50. Grayscale: #6D6D6D. Windows color (decimal): -11766865 or 11498316. OLE color: 11498316.

HSL color Cylindrical-coordinate representation of color #4C73AF: hue angle of 216.36º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C73AF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76115175-
CMYK0.570.3400.31
HSL216.36º39.44%49.22%-
HSV(B)216.36º56.57%68.63%-
XYZ16.8516.8942.93-
YUV110.18164.58103.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=20.77%
G=31.42%
B=47.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761151750.570.3400.31216.3639.4449.22
Hex4C73AF392201Fd82731
Octal11416325771420373304761
Binary100110011100111010111111100110001001111111011000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C73AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C73AF;
 }
 .AnyTagClassName
 {
   color: #4C73AF;
 }
</style>
background-color css

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

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

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

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

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

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