Html Css Color HEX #4F949E Half Baked

📋 copy color: '#4F949E'

red 79 ◦ green 148 ◦ blue 158

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

Shades of Half Baked #4F949E

Tints of Half Baked #4F949E

RGB

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

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

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

R = 20.52%
G = 38.44%
B = 41.04%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4F949E (or 0x4F949E) is known color: Half Baked. HEX triplet: 4F, 94 and 9E. RGB value is (79,148,158). Sum of RGB (Red+Green+Blue) = 79+148+158=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F949E is #B06B61. Grayscale: #808080. Windows color (decimal): -11561826 or 10392655. OLE color: 10392655.

HSL color Cylindrical-coordinate representation of color #4F949E: hue angle of 187.59º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F949E is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 148 158 -
CMYK 0.50 0.06 0 0.38
HSL 187.59º 0.33% 0.46% -
HSV(B) 187.59º 0.5% 0.62% -
XYZ 19.99 25.31 36.18 -
YUV 128.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 79 148 158 0.50 0.06 0 0.38 187.59 0.33 0.46
Hex 4F 94 9E 32 6 0 26 BC 21 2E
Octal 117 224 236 62 6 0 46 274 41 56
Binary 1001111 10010100 10011110 110010 110 0 100110 10111100 100001 101110

Color Harmonies of #4F949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F949E

Black with #4F949E

Text Example


Text Example

White with #4F949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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