#4C6EAE

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

Shades of San Marino #4C6EAE

Tints of San Marino #4C6EAE

Color information

#4C6EAE (or 0x4C6EAE) is unknown color: approx San Marino. HEX triplet: 4C, 6E and AE. RGB value is (76,110,174). Sum of RGB (Red+Green+Blue) = 76+110+174=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C6EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6EAE is #B39151. Grayscale: #6A6A6A. Windows color (decimal): -11768146 or 11431500. OLE color: 11431500.

HSL color Cylindrical-coordinate representation of color #4C6EAE: hue angle of 219.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C6EAE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76110174-
CMYK0.560.3700.32
HSL219.18º39.2%49.02%-
HSV(B)219.18º56.32%68.24%-
XYZ16.215.7442.23-
YUV107.13165.74105.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.11%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=21.11%
G=30.56%
B=48.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761101740.560.3700.32219.1839.249.02
Hex4C6EAE3825020db2731
Octal11415625670450403334761
Binary1001100110111010101110111000100101010000011011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,110,174); }

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

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

 a { background-color: rgb(76,110,174); }

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

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

 span { border-color: rgb(76,110,174); }

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