Html Css Color HEX #4E8EC1 Danube

📋 copy color: '#4E8EC1'

red 78 ◦ green 142 ◦ blue 193

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

Shades of Danube #4E8EC1

Tints of Danube #4E8EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.73%

R = 18.89%
G = 34.38%
B = 46.73%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4E8EC1 (or 0x4E8EC1) is known color: Danube. HEX triplet: 4E, 8E and C1. RGB value is (78,142,193). Sum of RGB (Red+Green+Blue) = 78+142+193=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E8EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8EC1 is #B1713E. Grayscale: #808080. Windows color (decimal): -11628863 or 12684878. OLE color: 12684878.

HSL color Cylindrical-coordinate representation of color #4E8EC1: hue angle of 206.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E8EC1 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 78 142 193 -
CMYK 0.60 0.26 0 0.24
HSL 206.61º 0.48% 0.53% -
HSV(B) 206.61º 0.6% 0.76% -
XYZ 22.44 24.82 54.06 -
YUV 128.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 78 142 193 0.60 0.26 0 0.24 206.61 0.48 0.53
Hex 4E 8E C1 3C 1A 0 18 CF 30 35
Octal 116 216 301 74 32 0 30 317 60 65
Binary 1001110 10001110 11000001 111100 11010 0 11000 11001111 110000 110101

Color Harmonies of #4E8EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8EC1

Black with #4E8EC1

Text Example


Text Example

White with #4E8EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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