#4E68AE

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

Shades of San Marino #4E68AE

Tints of San Marino #4E68AE

Color information

#4E68AE (or 0x4E68AE) is unknown color: approx San Marino. HEX triplet: 4E, 68 and AE. RGB value is (78,104,174). Sum of RGB (Red+Green+Blue) = 78+104+174=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E68AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E68AE is #B19751. Grayscale: #676767. Windows color (decimal): -11638610 or 11429966. OLE color: 11429966.

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

Color convert

RGB78104174-
CMYK0.550.4000.32
HSL223.75º38.1%49.41%-
HSV(B)223.75º55.17%68.24%-
XYZ15.7314.5842.03-
YUV104.21167.39109.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=21.91%
G=29.21%
B=48.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781041740.550.4000.32223.7538.149.41
Hex4E68AE3728020e02631
Octal11615025667500403404661
Binary1001110110100010101110110111101000010000011100000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,104,174); }

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

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

 a { background-color: rgb(78,104,174); }

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

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

 span { border-color: rgb(78,104,174); }

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