#4A71AB

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

Shades of San Marino #4A71AB

Tints of San Marino #4A71AB

Color information

#4A71AB (or 0x4A71AB) is unknown color: approx San Marino. HEX triplet: 4A, 71 and AB. RGB value is (74,113,171). Sum of RGB (Red+Green+Blue) = 74+113+171=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A71AB is #B58E54. Grayscale: #6B6B6B. Windows color (decimal): -11898453 or 11235658. OLE color: 11235658.

HSL color Cylindrical-coordinate representation of color #4A71AB: hue angle of 215.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A71AB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74113171-
CMYK0.570.3400.33
HSL215.88º39.59%48.04%-
HSV(B)215.88º56.73%67.06%-
XYZ16.0816.2140.81-
YUV107.95163.58103.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.67%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=20.67%
G=31.56%
B=47.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741131710.570.3400.33215.8839.5948.04
Hex4A71AB3922021d82830
Octal11216125371420413305060
Binary1001010111000110101011111001100010010000111011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A71AB; }

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

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

<style>
 a { background-color: #4A71AB; }

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

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

<style>
 span { border-color: #4A71AB; }

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

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