#4B939A

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

Shades of Half Baked #4B939A

Tints of Half Baked #4B939A

Color information

#4B939A (or 0x4B939A) is unknown color: approx Half Baked. HEX triplet: 4B, 93 and 9A. RGB value is (75,147,154). Sum of RGB (Red+Green+Blue) = 75+147+154=376 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.95% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B939A is #B46C65. Grayscale: #7E7E7E. Windows color (decimal): -11824230 or 10130251. OLE color: 10130251.

HSL color Cylindrical-coordinate representation of color #4B939A: hue angle of 185.32º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B939A is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75147154-
CMYK0.510.0500.40
HSL185.32º34.5%44.9%-
HSV(B)185.32º51.3%60.39%-
XYZ19.1724.734.33-
YUV126.27143.6591.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.95%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=19.95%
G=39.10%
B=40.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751471540.510.0500.40185.3234.544.9
Hex4B939A335028b9222d
Octal1132232326350502714255
Binary10010111001001110011010110011101010100010111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,147,154); }

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

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

 a { background-color: rgb(75,147,154); }

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

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

 span { border-color: rgb(75,147,154); }

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