#4E8BBE

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

Shades of Danube #4E8BBE

Tints of Danube #4E8BBE

Color information

#4E8BBE (or 0x4E8BBE) is unknown color: approx Danube. HEX triplet: 4E, 8B and BE. RGB value is (78,139,190). Sum of RGB (Red+Green+Blue) = 78+139+190=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8BBE is #B17441. Grayscale: #7E7E7E. Windows color (decimal): -11629634 or 12487502. OLE color: 12487502.

HSL color Cylindrical-coordinate representation of color #4E8BBE: hue angle of 207.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E8BBE is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78139190-
CMYK0.590.2700.25
HSL207.32º46.28%52.55%-
HSV(B)207.32º58.95%74.51%-
XYZ21.6723.852.17-
YUV126.57163.7993.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.16%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=19.16%
G=34.15%
B=46.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781391900.590.2700.25207.3246.2852.55
Hex4E8BBE3B1B019cf2e35
Octal11621327673330313175665
Binary100111010001011101111101110111101101100111001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,139,190); }

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

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

 a { background-color: rgb(78,139,190); }

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

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

 span { border-color: rgb(78,139,190); }

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