#4771A3

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

Shades of San Marino #4771A3

Tints of San Marino #4771A3

Color information

#4771A3 (or 0x4771A3) is unknown color: approx San Marino. HEX triplet: 47, 71 and A3. RGB value is (71,113,163). Sum of RGB (Red+Green+Blue) = 71+113+163=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 163 - color contains mainly: blue. Hex color #4771A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4771A3 is #B88E5C. Grayscale: #696969. Windows color (decimal): -12095069 or 10711367. OLE color: 10711367.

HSL color Cylindrical-coordinate representation of color #4771A3: hue angle of 212.61º 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 #4771A3 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71113163-
CMYK0.560.3100.36
HSL212.61º39.32%45.88%-
HSV(B)212.61º56.44%63.92%-
XYZ15.1115.7936.9-
YUV106.14160.09102.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 163 (64.06% from 255) = 46.97%
R=20.46%
G=32.56%
B=46.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711131630.560.3100.36212.6139.3245.88
Hex4771A3381F024d5272e
Octal10716124370370443254756
Binary100011111100011010001111100011111010010011010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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