#4E7098

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

Shades of San Marino #4E7098

Tints of San Marino #4E7098

Color information

#4E7098 (or 0x4E7098) is unknown color: approx San Marino. HEX triplet: 4E, 70 and 98. RGB value is (78,112,152). Sum of RGB (Red+Green+Blue) = 78+112+152=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #4E7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7098 is #B18F67. Grayscale: #6A6A6A. Windows color (decimal): -11636584 or 9990222. OLE color: 9990222.

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

Color convert

RGB78112152-
CMYK0.490.2600.40
HSL212.43º32.17%45.1%-
HSV(B)212.43º48.68%59.61%-
XYZ14.615.4831.92-
YUV106.39153.74107.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 152 (59.77% from 255) = 44.44%
R=22.81%
G=32.75%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781121520.490.2600.40212.4332.1745.1
Hex4E7098311A028d4202d
Octal11616023061320503244055
Binary100111011100001001100011000111010010100011010100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,152); }

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

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

 a { background-color: rgb(78,112,152); }

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

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

 span { border-color: rgb(78,112,152); }

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