#4E8CBE

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

Shades of Danube #4E8CBE

Tints of Danube #4E8CBE

Color information

#4E8CBE (or 0x4E8CBE) is unknown color: approx Danube. HEX triplet: 4E, 8C and BE. RGB value is (78,140,190). Sum of RGB (Red+Green+Blue) = 78+140+190=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E8CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CBE is #B17341. Grayscale: #7E7E7E. Windows color (decimal): -11629378 or 12487758. OLE color: 12487758.

HSL color Cylindrical-coordinate representation of color #4E8CBE: hue angle of 206.79º 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 #4E8CBE is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78140190-
CMYK0.590.2600.25
HSL206.79º46.28%52.55%-
HSV(B)206.79º58.95%74.51%-
XYZ21.8124.0952.22-
YUV127.16163.4692.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.12%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=19.12%
G=34.31%
B=46.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781401900.590.2600.25206.7946.2852.55
Hex4E8CBE3B1A019cf2e35
Octal11621427673320313175665
Binary100111010001100101111101110111101001100111001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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