Html Css Color HEX #4F9993 Half Baked

📋 copy color: '#4F9993'

red 79 ◦ green 153 ◦ blue 147

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

Shades of Half Baked #4F9993

Tints of Half Baked #4F9993

RGB

 RED value IS 79 (31.25% from 255) = 20.84%

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 20.84%
G = 40.37%
B = 38.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#4F9993 (or 0x4F9993) is known color: Half Baked. HEX triplet: 4F, 99 and 93. RGB value is (79,153,147). Sum of RGB (Red+Green+Blue) = 79+153+147=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9993 is #B0666C. Grayscale: #828282. Windows color (decimal): -11560557 or 9673039. OLE color: 9673039.

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

Color convert

RGB 79 153 147 -
CMYK 0.48 0 0.04 0.4
HSL 175.14º 0.32% 0.45% -
HSV(B) 175.14º 0.48% 0.6% -
XYZ 19.88 26.55 31.68 -
YUV 130.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 79 153 147 0.48 0 0.04 0.4 175.14 0.32 0.45
Hex 4F 99 93 30 0 4 28 AF 20 2D
Octal 117 231 223 60 0 4 50 257 40 55
Binary 1001111 10011001 10010011 110000 0 100 101000 10101111 100000 101101

Color Harmonies of #4F9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9993

Black with #4F9993

Text Example


Text Example

White with #4F9993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,153,147); }

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

background-color css

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

 a { background-color: rgb(79,153,147); }

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

border-color css

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

 span { border-color: rgb(79,153,147); }

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