Html Css Color HEX #4C989E Half Baked

📋 copy color: '#4C989E'

red 76 ◦ green 152 ◦ blue 158

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

Shades of Half Baked #4C989E

Tints of Half Baked #4C989E

RGB

 RED value IS 76 (30.08% from 255) = 19.69%

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 19.69%
G = 39.38%
B = 40.93%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C989E (or 0x4C989E) is known color: Half Baked. HEX triplet: 4C, 98 and 9E. RGB value is (76,152,158). Sum of RGB (Red+Green+Blue) = 76+152+158=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C989E is #B36761. Grayscale: #818181. Windows color (decimal): -11757410 or 10393676. OLE color: 10393676.

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

Color convert

RGB 76 152 158 -
CMYK 0.52 0.04 0 0.38
HSL 184.39º 0.35% 0.46% -
HSV(B) 184.39º 0.52% 0.62% -
XYZ 20.38 26.46 36.38 -
YUV 129.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 76 152 158 0.52 0.04 0 0.38 184.39 0.35 0.46
Hex 4C 98 9E 34 4 0 26 B8 23 2E
Octal 114 230 236 64 4 0 46 270 43 56
Binary 1001100 10011000 10011110 110100 100 0 100110 10111000 100011 101110

Color Harmonies of #4C989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C989E

Black with #4C989E

Text Example


Text Example

White with #4C989E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,152,158); }

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

background-color css

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

 a { background-color: rgb(76,152,158); }

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

border-color css

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

 span { border-color: rgb(76,152,158); }

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