Html Css Color HEX #4E8192 Hippie Blue

📋 copy color: '#4E8192'

red 78 ◦ green 129 ◦ blue 146

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

Shades of Hippie Blue #4E8192

Tints of Hippie Blue #4E8192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 22.1%
G = 36.54%
B = 41.36%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E8192 (or 0x4E8192) is known color: Hippie Blue. HEX triplet: 4E, 81 and 92. RGB value is (78,129,146). Sum of RGB (Red+Green+Blue) = 78+129+146=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E8192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8192 is #B17E6D. Grayscale: #737373. Windows color (decimal): -11632238 or 9601358. OLE color: 9601358.

HSL color Cylindrical-coordinate representation of color #4E8192: hue angle of 195º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E8192 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 129 146 -
CMYK 0.47 0.12 0 0.43
HSL 195º 0.3% 0.44% -
HSV(B) 195º 0.47% 0.57% -
XYZ 16.18 19.4 30.09 -
YUV 115.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 78 129 146 0.47 0.12 0 0.43 195 0.3 0.44
Hex 4E 81 92 2F C 0 2B C3 1E 2C
Octal 116 201 222 57 14 0 53 303 36 54
Binary 1001110 10000001 10010010 101111 1100 0 101011 11000011 11110 101100

Color Harmonies of #4E8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8192

Black with #4E8192

Text Example


Text Example

White with #4E8192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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