#4E959D

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

Shades of Half Baked #4E959D

Tints of Half Baked #4E959D

Color information

#4E959D (or 0x4E959D) is unknown color: approx Half Baked. HEX triplet: 4E, 95 and 9D. RGB value is (78,149,157). Sum of RGB (Red+Green+Blue) = 78+149+157=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E959D is #B16A62. Grayscale: #808080. Windows color (decimal): -11627107 or 10327374. OLE color: 10327374.

HSL color Cylindrical-coordinate representation of color #4E959D: hue angle of 186.08º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E959D is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78149157-
CMYK0.500.0500.38
HSL186.08º33.62%46.08%-
HSV(B)186.08º50.32%61.57%-
XYZ19.9825.5535.78-
YUV128.68143.9891.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.31%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=20.31%
G=38.80%
B=40.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781491570.500.0500.38186.0833.6246.08
Hex4E959D325026ba222e
Octal1162252356250462724256
Binary10011101001010110011101110010101010011010111010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,157); }

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

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

 a { background-color: rgb(78,149,157); }

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

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

 span { border-color: rgb(78,149,157); }

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