#4D8F93

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

Shades of Half Baked #4D8F93

Tints of Half Baked #4D8F93

Color information

#4D8F93 (or 0x4D8F93) is unknown color: approx Half Baked. HEX triplet: 4D, 8F and 93. RGB value is (77,143,147). Sum of RGB (Red+Green+Blue) = 77+143+147=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8F93 is #B2706C. Grayscale: #7B7B7B. Windows color (decimal): -11694189 or 9670477. OLE color: 9670477.

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

Color convert

RGB77143147-
CMYK0.480.0300.42
HSL183.43º31.25%43.92%-
HSV(B)183.43º47.62%57.65%-
XYZ18.1523.3331.15-
YUV123.72141.1394.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=20.98%
G=38.96%
B=40.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771431470.480.0300.42183.4331.2543.92
Hex4D8F9330302Ab71f2c
Octal1152172236030522673754
Binary100110110001111100100111100001101010101011011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,143,147); }

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

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

 a { background-color: rgb(77,143,147); }

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

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

 span { border-color: rgb(77,143,147); }

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