#4771AF

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

Shades of San Marino #4771AF

Tints of San Marino #4771AF

Color information

#4771AF (or 0x4771AF) is unknown color: approx San Marino. HEX triplet: 47, 71 and AF. RGB value is (71,113,175). Sum of RGB (Red+Green+Blue) = 71+113+175=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4771AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4771AF is #B88E50. Grayscale: #6B6B6B. Windows color (decimal): -12095057 or 11497799. OLE color: 11497799.

HSL color Cylindrical-coordinate representation of color #4771AF: hue angle of 215.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4771AF is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71113175-
CMYK0.590.3500.31
HSL215.77º42.28%48.24%-
HSV(B)215.77º59.43%68.63%-
XYZ16.2416.2442.84-
YUV107.51166.09101.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=19.78%
G=31.48%
B=48.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711131750.590.3500.31215.7742.2848.24
Hex4771AF3B2301Fd82a30
Octal10716125773430373305260
Binary100011111100011010111111101110001101111111011000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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