Html Css Color HEX #4D9096 Half Baked

📋 copy color: '#4D9096'

red 77 ◦ green 144 ◦ blue 150

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

Shades of Half Baked #4D9096

Tints of Half Baked #4D9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 20.75%
G = 38.81%
B = 40.43%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D9096 (or 0x4D9096) is known color: Half Baked. HEX triplet: 4D, 90 and 96. RGB value is (77,144,150). Sum of RGB (Red+Green+Blue) = 77+144+150=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D9096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9096 is #B26F69. Grayscale: #7C7C7C. Windows color (decimal): -11693930 or 9867341. OLE color: 9867341.

HSL color Cylindrical-coordinate representation of color #4D9096: hue angle of 184.93º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9096 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 144 150 -
CMYK 0.49 0.04 0 0.41
HSL 184.93º 0.32% 0.45% -
HSV(B) 184.93º 0.49% 0.59% -
XYZ 18.54 23.73 32.46 -
YUV 124.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 77 144 150 0.49 0.04 0 0.41 184.93 0.32 0.45
Hex 4D 90 96 31 4 0 29 B9 20 2D
Octal 115 220 226 61 4 0 51 271 40 55
Binary 1001101 10010000 10010110 110001 100 0 101001 10111001 100000 101101

Color Harmonies of #4D9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9096

Black with #4D9096

Text Example


Text Example

White with #4D9096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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