#4E90BF

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

Shades of Danube #4E90BF

Tints of Danube #4E90BF

Color information

#4E90BF (or 0x4E90BF) is unknown color: approx Danube. HEX triplet: 4E, 90 and BF. RGB value is (78,144,191). Sum of RGB (Red+Green+Blue) = 78+144+191=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E90BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E90BF is #B16F40. Grayscale: #818181. Windows color (decimal): -11628353 or 12554318. OLE color: 12554318.

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

Color convert

RGB78144191-
CMYK0.590.2500.25
HSL204.96º46.89%52.75%-
HSV(B)204.96º59.16%74.9%-
XYZ22.5225.3352.99-
YUV129.62162.6391.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.89%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 191 (75% from 255) = 46.25%
R=18.89%
G=34.87%
B=46.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781441910.590.2500.25204.9646.8952.75
Hex4E90BF3B19019cd2f35
Octal11622027773310313155765
Binary100111010010000101111111110111100101100111001101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,191); }

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

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

 a { background-color: rgb(78,144,191); }

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

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

 span { border-color: rgb(78,144,191); }

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