Html Css Color HEX #4D9398 Half Baked

📋 copy color: '#4D9398'

red 77 ◦ green 147 ◦ blue 152

#4D9398
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #4D9398

Tints of Half Baked #4D9398

RGB

 RED value IS 77 (30.47% from 255) = 20.48%

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 20.48%
G = 39.1%
B = 40.43%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D9398 (or 0x4D9398) is known color: Half Baked. HEX triplet: 4D, 93 and 98. RGB value is (77,147,152). Sum of RGB (Red+Green+Blue) = 77+147+152=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D9398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9398 is #B26C67. Grayscale: #7E7E7E. Windows color (decimal): -11693160 or 9999181. OLE color: 9999181.

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

Color convert

RGB 77 147 152 -
CMYK 0.49 0.03 0 0.40
HSL 184º 0.33% 0.45% -
HSV(B) 184º 0.49% 0.6% -
XYZ 19.16 24.71 33.47 -
YUV 126.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 77 147 152 0.49 0.03 0 0.40 184 0.33 0.45
Hex 4D 93 98 31 3 0 28 B8 21 2D
Octal 115 223 230 61 3 0 50 270 41 55
Binary 1001101 10010011 10011000 110001 11 0 101000 10111000 100001 101101

Color Harmonies of #4D9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9398

Black with #4D9398

Text Example


Text Example

White with #4D9398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D9398;
 }
 .AnyTagClassName
 {
   color: #4D9398;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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