#4776A3

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

Shades of San Marino #4776A3

Tints of San Marino #4776A3

Color information

#4776A3 (or 0x4776A3) is unknown color: approx San Marino. HEX triplet: 47, 76 and A3. RGB value is (71,118,163). Sum of RGB (Red+Green+Blue) = 71+118+163=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #4776A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4776A3 is #B8895C. Grayscale: #6C6C6C. Windows color (decimal): -12093789 or 10712647. OLE color: 10712647.

HSL color Cylindrical-coordinate representation of color #4776A3: hue angle of 209.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4776A3 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71118163-
CMYK0.560.2800.36
HSL209.35º39.32%45.88%-
HSV(B)209.35º56.44%63.92%-
XYZ15.6916.9437.09-
YUV109.08158.43100.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 163 (64.06% from 255) = 46.31%
R=20.17%
G=33.52%
B=46.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711181630.560.2800.36209.3539.3245.88
Hex4776A3381C024d1272e
Octal10716624370340443214756
Binary100011111101101010001111100011100010010011010001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4776A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4776A3; }

 p { color: rgb(71,118,163); }

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

<style>
 a { background-color: #4776A3; }

 a { background-color: rgb(71,118,163); }

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

<style>
 span { border-color: #4776A3; }

 span { border-color: rgb(71,118,163); }

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