#4A999F

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

Shades of Half Baked #4A999F

Tints of Half Baked #4A999F

Color information

#4A999F (or 0x4A999F) is unknown color: approx Half Baked. HEX triplet: 4A, 99 and 9F. RGB value is (74,153,159). Sum of RGB (Red+Green+Blue) = 74+153+159=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A999F is #B56660. Grayscale: #818181. Windows color (decimal): -11888225 or 10459466. OLE color: 10459466.

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

Color convert

RGB74153159-
CMYK0.530.0400.38
HSL184.24º36.48%45.69%-
HSV(B)184.24º53.46%62.35%-
XYZ20.4726.7436.88-
YUV130.06144.3388.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=19.17%
G=39.64%
B=41.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741531590.530.0400.38184.2436.4845.69
Hex4A999F354026b8242e
Octal1122312376540462704456
Binary10010101001100110011111110101100010011010111000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,159); }

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

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

 a { background-color: rgb(74,153,159); }

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

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

 span { border-color: rgb(74,153,159); }

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