#4C77A3

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

Shades of San Marino #4C77A3

Tints of San Marino #4C77A3

Color information

#4C77A3 (or 0x4C77A3) is unknown color: approx San Marino. HEX triplet: 4C, 77 and A3. RGB value is (76,119,163). Sum of RGB (Red+Green+Blue) = 76+119+163=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C77A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C77A3 is #B3885C. Grayscale: #6E6E6E. Windows color (decimal): -11765853 or 10712908. OLE color: 10712908.

HSL color Cylindrical-coordinate representation of color #4C77A3: hue angle of 210.34º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C77A3 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB76119163-
CMYK0.530.2700.36
HSL210.34º36.4%46.86%-
HSV(B)210.34º53.37%63.92%-
XYZ16.1917.3737.15-
YUV111.16157.25102.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 163 (64.06% from 255) = 45.53%
R=21.23%
G=33.24%
B=45.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761191630.530.2700.36210.3436.446.86
Hex4C77A3351B024d2242f
Octal11416724365330443224457
Binary100110011101111010001111010111011010010011010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C77A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,119,163); }

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

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

 a { background-color: rgb(76,119,163); }

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

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

 span { border-color: rgb(76,119,163); }

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