Html Css Color HEX #4E8EBE Danube

📋 copy color: '#4E8EBE'

red 78 ◦ green 142 ◦ blue 190

#4E8EBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #4E8EBE

Tints of Danube #4E8EBE

RGB

 RED value IS 78 (30.86% from 255) = 19.02%

 GREEN value IS 142 (55.86% from 255) = 34.63%

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 19.02%
G = 34.63%
B = 46.34%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E8EBE (or 0x4E8EBE) is known color: Danube. HEX triplet: 4E, 8E and BE. RGB value is (78,142,190). Sum of RGB (Red+Green+Blue) = 78+142+190=410 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.02% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8EBE is #B17141. Grayscale: #808080. Windows color (decimal): -11628866 or 12488270. OLE color: 12488270.

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

Color convert

RGB 78 142 190 -
CMYK 0.59 0.25 0 0.25
HSL 205.71º 0.46% 0.53% -
HSV(B) 205.71º 0.59% 0.75% -
XYZ 22.11 24.68 52.31 -
YUV 128.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 78 142 190 0.59 0.25 0 0.25 205.71 0.46 0.53
Hex 4E 8E BE 3B 19 0 19 CE 2E 35
Octal 116 216 276 73 31 0 31 316 56 65
Binary 1001110 10001110 10111110 111011 11001 0 11001 11001110 101110 110101

Color Harmonies of #4E8EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8EBE

Black with #4E8EBE

Text Example


Text Example

White with #4E8EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E8EBE;
 }
 .AnyTagClassName
 {
   color: #4E8EBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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