Html Css Color HEX #4C9099 Half Baked

📋 copy color: '#4C9099'

red 76 ◦ green 144 ◦ blue 153

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

Shades of Half Baked #4C9099

Tints of Half Baked #4C9099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 20.38%
G = 38.61%
B = 41.02%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C9099 (or 0x4C9099) is known color: Half Baked. HEX triplet: 4C, 90 and 99. RGB value is (76,144,153). Sum of RGB (Red+Green+Blue) = 76+144+153=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C9099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9099 is #B36F66. Grayscale: #7C7C7C. Windows color (decimal): -11759463 or 10063948. OLE color: 10063948.

HSL color Cylindrical-coordinate representation of color #4C9099: hue angle of 187.01º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9099 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 144 153 -
CMYK 0.50 0.06 0 0.4
HSL 187.01º 0.34% 0.45% -
HSV(B) 187.01º 0.5% 0.6% -
XYZ 18.7 23.78 33.74 -
YUV 124.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 76 144 153 0.50 0.06 0 0.4 187.01 0.34 0.45
Hex 4C 90 99 32 6 0 28 BB 22 2D
Octal 114 220 231 62 6 0 50 273 42 55
Binary 1001100 10010000 10011001 110010 110 0 101000 10111011 100010 101101

Color Harmonies of #4C9099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9099

Black with #4C9099

Text Example


Text Example

White with #4C9099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,144,153); }

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

background-color css

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

 a { background-color: rgb(76,144,153); }

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

border-color css

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

 span { border-color: rgb(76,144,153); }

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