Html Css Color HEX #4D969E Half Baked

📋 copy color: '#4D969E'

red 77 ◦ green 150 ◦ blue 158

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

Shades of Half Baked #4D969E

Tints of Half Baked #4D969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 20%
G = 38.96%
B = 41.04%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D969E (or 0x4D969E) is known color: Half Baked. HEX triplet: 4D, 96 and 9E. RGB value is (77,150,158). Sum of RGB (Red+Green+Blue) = 77+150+158=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D969E is #B26961. Grayscale: #808080. Windows color (decimal): -11692386 or 10393165. OLE color: 10393165.

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

Color convert

RGB 77 150 158 -
CMYK 0.51 0.05 0 0.38
HSL 185.93º 0.34% 0.46% -
HSV(B) 185.93º 0.51% 0.62% -
XYZ 20.14 25.86 36.28 -
YUV 129.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 77 150 158 0.51 0.05 0 0.38 185.93 0.34 0.46
Hex 4D 96 9E 33 5 0 26 BA 22 2E
Octal 115 226 236 63 5 0 46 272 42 56
Binary 1001101 10010110 10011110 110011 101 0 100110 10111010 100010 101110

Color Harmonies of #4D969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D969E

Black with #4D969E

Text Example


Text Example

White with #4D969E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,150,158); }

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

background-color css

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

 a { background-color: rgb(77,150,158); }

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

border-color css

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

 span { border-color: rgb(77,150,158); }

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