Html Css Color HEX #4D9598 Half Baked

📋 copy color: '#4D9598'

red 77 ◦ green 149 ◦ blue 152

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

Shades of Half Baked #4D9598

Tints of Half Baked #4D9598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 20.37%
G = 39.42%
B = 40.21%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D9598 (or 0x4D9598) is known color: Half Baked. HEX triplet: 4D, 95 and 98. RGB value is (77,149,152). Sum of RGB (Red+Green+Blue) = 77+149+152=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D9598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9598 is #B26A67. Grayscale: #7F7F7F. Windows color (decimal): -11692648 or 9999693. OLE color: 9999693.

HSL color Cylindrical-coordinate representation of color #4D9598: hue angle of 182.4º 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 #4D9598 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 149 152 -
CMYK 0.49 0.02 0 0.40
HSL 182.4º 0.33% 0.45% -
HSV(B) 182.4º 0.49% 0.6% -
XYZ 19.48 25.34 33.57 -
YUV 127.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 77 149 152 0.49 0.02 0 0.40 182.4 0.33 0.45
Hex 4D 95 98 31 2 0 28 B6 21 2D
Octal 115 225 230 61 2 0 50 266 41 55
Binary 1001101 10010101 10011000 110001 10 0 101000 10110110 100001 101101

Color Harmonies of #4D9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9598

Black with #4D9598

Text Example


Text Example

White with #4D9598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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