#4B71A4

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

Shades of San Marino #4B71A4

Tints of San Marino #4B71A4

Color information

#4B71A4 (or 0x4B71A4) is unknown color: approx San Marino. HEX triplet: 4B, 71 and A4. RGB value is (75,113,164). Sum of RGB (Red+Green+Blue) = 75+113+164=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B71A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B71A4 is #B48E5B. Grayscale: #6B6B6B. Windows color (decimal): -11832924 or 10776907. OLE color: 10776907.

HSL color Cylindrical-coordinate representation of color #4B71A4: hue angle of 214.38º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B71A4 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB75113164-
CMYK0.540.3100.36
HSL214.38º37.24%46.86%-
HSV(B)214.38º54.27%64.31%-
XYZ15.5115.9937.39-
YUV107.45159.91104.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.31%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 164 (64.45% from 255) = 46.59%
R=21.31%
G=32.10%
B=46.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751131640.540.3100.36214.3837.2446.86
Hex4B71A4361F024d6252f
Octal11316124466370443264557
Binary100101111100011010010011011011111010010011010110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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