#4771AB

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

Shades of San Marino #4771AB

Tints of San Marino #4771AB

Color information

#4771AB (or 0x4771AB) is unknown color: approx San Marino. HEX triplet: 47, 71 and AB. RGB value is (71,113,171). Sum of RGB (Red+Green+Blue) = 71+113+171=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4771AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4771AB is #B88E54. Grayscale: #6A6A6A. Windows color (decimal): -12095061 or 11235655. OLE color: 11235655.

HSL color Cylindrical-coordinate representation of color #4771AB: hue angle of 214.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4771AB is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71113171-
CMYK0.580.3400.33
HSL214.8º41.32%47.45%-
HSV(B)214.8º58.48%67.06%-
XYZ15.8516.0940.8-
YUV107.05164.09102.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=20%
G=31.83%
B=48.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711131710.580.3400.33214.841.3247.45
Hex4771AB3A22021d7292f
Octal10716125372420413275157
Binary1000111111000110101011111010100010010000111010111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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