#4B8B90

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

Shades of Half Baked #4B8B90

Tints of Half Baked #4B8B90

Color information

#4B8B90 (or 0x4B8B90) is unknown color: approx Half Baked. HEX triplet: 4B, 8B and 90. RGB value is (75,139,144). Sum of RGB (Red+Green+Blue) = 75+139+144=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B8B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8B90 is #B4746F. Grayscale: #787878. Windows color (decimal): -11826288 or 9472843. OLE color: 9472843.

HSL color Cylindrical-coordinate representation of color #4B8B90: hue angle of 184.35º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8B90 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75139144-
CMYK0.480.0300.44
HSL184.35º31.51%42.94%-
HSV(B)184.35º47.92%56.47%-
XYZ17.1721.9729.72-
YUV120.43141.395.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=20.95%
G=38.83%
B=40.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751391440.480.0300.44184.3531.5142.94
Hex4B8B9030302Cb8202b
Octal1132132206030542704053
Binary1001011100010111001000011000011010110010111000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,144); }

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

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

 a { background-color: rgb(75,139,144); }

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

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

 span { border-color: rgb(75,139,144); }

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