Html Css Color HEX #4D949E Half Baked

📋 copy color: '#4D949E'

red 77 ◦ green 148 ◦ blue 158

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

Shades of Half Baked #4D949E

Tints of Half Baked #4D949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 20.1%
G = 38.64%
B = 41.25%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D949E (or 0x4D949E) is known color: Half Baked. HEX triplet: 4D, 94 and 9E. RGB value is (77,148,158). Sum of RGB (Red+Green+Blue) = 77+148+158=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D949E is #B26B61. Grayscale: #7F7F7F. Windows color (decimal): -11692898 or 10392653. OLE color: 10392653.

HSL color Cylindrical-coordinate representation of color #4D949E: hue angle of 187.41º 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 #4D949E is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 148 158 -
CMYK 0.51 0.06 0 0.38
HSL 187.41º 0.34% 0.46% -
HSV(B) 187.41º 0.51% 0.62% -
XYZ 19.82 25.23 36.17 -
YUV 127.91 144.98 91.69 -
System Red Green Blue C M Y K H S L
Decimal 77 148 158 0.51 0.06 0 0.38 187.41 0.34 0.46
Hex 4D 94 9E 33 6 0 26 BB 22 2E
Octal 115 224 236 63 6 0 46 273 42 56
Binary 1001101 10010100 10011110 110011 110 0 100110 10111011 100010 101110

Color Harmonies of #4D949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D949E

Black with #4D949E

Text Example


Text Example

White with #4D949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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