#4A9999

Color #4A9999 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #4A9999

Tints of Blue Chill #4A9999

Color information

#4A9999 (or 0x4A9999) is unknown color: approx Blue Chill. HEX triplet: 4A, 99 and 99. RGB value is (74,153,153). Sum of RGB (Red+Green+Blue) = 74+153+153=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #4A9999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9999 is #B56666. Grayscale: #818181. Windows color (decimal): -11888231 or 10066250. OLE color: 10066250.

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

Color convert

RGB74153153-
CMYK0.52000.4
HSL180º34.8%44.51%-
HSV(B)180º51.63%60%-
XYZ19.9726.5434.21-
YUV129.38141.3388.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.47%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=19.47%
G=40.26%
B=40.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal741531530.52000.418034.844.51
Hex4A9999340028b4232d
Octal1122312316400502644355
Binary100101010011001100110011101000010100010110100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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