#4771AD

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

Shades of San Marino #4771AD

Tints of San Marino #4771AD

Color information

#4771AD (or 0x4771AD) is unknown color: approx San Marino. HEX triplet: 47, 71 and AD. RGB value is (71,113,173). Sum of RGB (Red+Green+Blue) = 71+113+173=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #4771AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4771AD is #B88E52. Grayscale: #6B6B6B. Windows color (decimal): -12095059 or 11366727. OLE color: 11366727.

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

Color convert

RGB71113173-
CMYK0.590.3500.32
HSL215.29º41.8%47.84%-
HSV(B)215.29º58.96%67.84%-
XYZ16.0516.1741.81-
YUV107.28165.09102.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=19.89%
G=31.65%
B=48.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711131730.590.3500.32215.2941.847.84
Hex4771AD3B23020d72a30
Octal10716125573430403275260
Binary1000111111000110101101111011100011010000011010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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