#4B949D

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

Shades of Half Baked #4B949D

Tints of Half Baked #4B949D

Color information

#4B949D (or 0x4B949D) is unknown color: approx Half Baked. HEX triplet: 4B, 94 and 9D. RGB value is (75,148,157). Sum of RGB (Red+Green+Blue) = 75+148+157=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B949D is #B46B62. Grayscale: #7F7F7F. Windows color (decimal): -11823971 or 10327115. OLE color: 10327115.

HSL color Cylindrical-coordinate representation of color #4B949D: hue angle of 186.59º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B949D is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB75148157-
CMYK0.520.0600.38
HSL186.59º35.34%45.49%-
HSV(B)186.59º52.23%61.57%-
XYZ19.5825.1135.71-
YUV127.2144.8290.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=19.74%
G=38.95%
B=41.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal751481570.520.0600.38186.5935.3445.49
Hex4B949D346026bb232d
Octal1132242356460462734355
Binary10010111001010010011101110100110010011010111011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,148,157); }

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

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

 a { background-color: rgb(75,148,157); }

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

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

 span { border-color: rgb(75,148,157); }

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