#4E6694

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

Shades of San Marino #4E6694

Tints of San Marino #4E6694

Color information

#4E6694 (or 0x4E6694) is unknown color: approx San Marino. HEX triplet: 4E, 66 and 94. RGB value is (78,102,148). Sum of RGB (Red+Green+Blue) = 78+102+148=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E6694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6694 is #B1996B. Grayscale: #636363. Windows color (decimal): -11639148 or 9725518. OLE color: 9725518.

HSL color Cylindrical-coordinate representation of color #4E6694: hue angle of 219.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E6694 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB78102148-
CMYK0.470.3100.42
HSL219.43º30.97%44.31%-
HSV(B)219.43º47.3%58.04%-
XYZ13.2413.2629.88-
YUV100.07155.05112.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=23.78%
G=31.10%
B=45.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781021480.470.3100.42219.4330.9744.31
Hex4E66942F1F02Adb1f2c
Octal11614622457370523333754
Binary10011101100110100101001011111111101010101101101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,148); }

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

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

 a { background-color: rgb(78,102,148); }

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

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

 span { border-color: rgb(78,102,148); }

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