#4771A4

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

Shades of San Marino #4771A4

Tints of San Marino #4771A4

Color information

#4771A4 (or 0x4771A4) is unknown color: approx San Marino. HEX triplet: 47, 71 and A4. RGB value is (71,113,164). Sum of RGB (Red+Green+Blue) = 71+113+164=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 164 - color contains mainly: blue. Hex color #4771A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4771A4 is #B88E5B. Grayscale: #6A6A6A. Windows color (decimal): -12095068 or 10776903. OLE color: 10776903.

HSL color Cylindrical-coordinate representation of color #4771A4: hue angle of 212.9º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4771A4 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB71113164-
CMYK0.570.3100.36
HSL212.9º39.57%46.08%-
HSV(B)212.9º56.71%64.31%-
XYZ15.215.8337.38-
YUV106.26160.59102.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=20.40%
G=32.47%
B=47.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711131640.570.3100.36212.939.5746.08
Hex4771A4391F024d5282e
Octal10716124471370443255056
Binary100011111100011010010011100111111010010011010101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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