#4E6F9E

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

Shades of San Marino #4E6F9E

Tints of San Marino #4E6F9E

Color information

#4E6F9E (or 0x4E6F9E) is unknown color: approx San Marino. HEX triplet: 4E, 6F and 9E. RGB value is (78,111,158). Sum of RGB (Red+Green+Blue) = 78+111+158=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E6F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6F9E is #B19061. Grayscale: #6A6A6A. Windows color (decimal): -11636834 or 10383182. OLE color: 10383182.

HSL color Cylindrical-coordinate representation of color #4E6F9E: hue angle of 215.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E6F9E is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78111158-
CMYK0.510.3000.38
HSL215.25º33.9%46.27%-
HSV(B)215.25º50.63%61.96%-
XYZ1515.4634.54-
YUV106.49157.07107.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=22.48%
G=31.99%
B=45.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781111580.510.3000.38215.2533.946.27
Hex4E6F9E331E026d7222e
Octal11615723663360463274256
Binary100111011011111001111011001111110010011011010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,111,158); }

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

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

 a { background-color: rgb(78,111,158); }

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

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

 span { border-color: rgb(78,111,158); }

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