#4471AE

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

Shades of San Marino #4471AE

Tints of San Marino #4471AE

Color information

#4471AE (or 0x4471AE) is unknown color: approx San Marino. HEX triplet: 44, 71 and AE. RGB value is (68,113,174). Sum of RGB (Red+Green+Blue) = 68+113+174=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #4471AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4471AE is #BB8E51. Grayscale: #6A6A6A. Windows color (decimal): -12291666 or 11432260. OLE color: 11432260.

HSL color Cylindrical-coordinate representation of color #4471AE: hue angle of 214.53º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4471AE is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB68113174-
CMYK0.610.3500.32
HSL214.53º43.8%47.45%-
HSV(B)214.53º60.92%68.24%-
XYZ15.9316.142.31-
YUV106.5166.09100.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=19.15%
G=31.83%
B=49.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal681131740.610.3500.32214.5343.847.45
Hex4471AE3D23020d72c2f
Octal10416125675430403275457
Binary1000100111000110101110111101100011010000011010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4471AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4471AE; }

 p { color: rgb(68,113,174); }

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

<style>
 a { background-color: #4471AE; }

 a { background-color: rgb(68,113,174); }

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

<style>
 span { border-color: #4471AE; }

 span { border-color: rgb(68,113,174); }

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