Html Css Color HEX #4E8199 Hippie Blue

📋 copy color: '#4E8199'

red 78 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #4E8199

Tints of Hippie Blue #4E8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 21.67%
G = 35.83%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4E8199 (or 0x4E8199) is known color: Hippie Blue. HEX triplet: 4E, 81 and 99. RGB value is (78,129,153). Sum of RGB (Red+Green+Blue) = 78+129+153=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8199 is #B17E66. Grayscale: #747474. Windows color (decimal): -11632231 or 10060110. OLE color: 10060110.

HSL color Cylindrical-coordinate representation of color #4E8199: hue angle of 199.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E8199 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 129 153 -
CMYK 0.49 0.16 0 0.4
HSL 199.2º 0.32% 0.45% -
HSV(B) 199.2º 0.49% 0.6% -
XYZ 16.74 19.62 33.04 -
YUV 116.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 78 129 153 0.49 0.16 0 0.4 199.2 0.32 0.45
Hex 4E 81 99 31 10 0 28 C7 20 2D
Octal 116 201 231 61 20 0 50 307 40 55
Binary 1001110 10000001 10011001 110001 10000 0 101000 11000111 100000 101101

Color Harmonies of #4E8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8199

Black with #4E8199

Text Example


Text Example

White with #4E8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,129,153); }

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

background-color css

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

 a { background-color: rgb(78,129,153); }

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

border-color css

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

 span { border-color: rgb(78,129,153); }

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