#4F9198

Color #4F9198 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #4F9198

Tints of Half Baked #4F9198

Color information

#4F9198 (or 0x4F9198) is unknown color: approx Half Baked. HEX triplet: 4F, 91 and 98. RGB value is (79,145,152). Sum of RGB (Red+Green+Blue) = 79+145+152=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9198 is #B06E67. Grayscale: #7D7D7D. Windows color (decimal): -11562600 or 9998671. OLE color: 9998671.

HSL color Cylindrical-coordinate representation of color #4F9198: hue angle of 185.75º 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 #4F9198 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB79145152-
CMYK0.480.0500.40
HSL185.75º31.6%45.29%-
HSV(B)185.75º48.03%59.61%-
XYZ19.0224.1833.37-
YUV126.06142.6394.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=21.01%
G=38.56%
B=40.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791451520.480.0500.40185.7531.645.29
Hex4F9198305028ba202d
Octal1172212306050502724055
Binary10011111001000110011000110000101010100010111010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,145,152); }

 H1.HeaderClassName
 {
   color: #4F9198;
 }
 .AnyTagClassName
 {
   color: #4F9198;
 }
</style>
background-color css

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

 a { background-color: rgb(79,145,152); }

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

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

 span { border-color: rgb(79,145,152); }

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