#4E919A

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

Shades of Half Baked #4E919A

Tints of Half Baked #4E919A

Color information

#4E919A (or 0x4E919A) is unknown color: approx Half Baked. HEX triplet: 4E, 91 and 9A. RGB value is (78,145,154). Sum of RGB (Red+Green+Blue) = 78+145+154=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E919A is #B16E65. Grayscale: #7D7D7D. Windows color (decimal): -11628134 or 10129742. OLE color: 10129742.

HSL color Cylindrical-coordinate representation of color #4E919A: hue angle of 187.11º degrees, saturation: 0.33, 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 #4E919A is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB78145154-
CMYK0.490.0600.40
HSL187.11º32.76%45.49%-
HSV(B)187.11º49.35%60.39%-
XYZ19.124.234.24-
YUV125.99143.893.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=20.69%
G=38.46%
B=40.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781451540.490.0600.40187.1132.7645.49
Hex4E919A316028bb212d
Octal1162212326160502734155
Binary10011101001000110011010110001110010100010111011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,145,154); }

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

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

 a { background-color: rgb(78,145,154); }

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

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

 span { border-color: rgb(78,145,154); }

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