#4A9494

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

Shades of Blue Chill #4A9494

Tints of Blue Chill #4A9494

Color information

#4A9494 (or 0x4A9494) is unknown color: approx Blue Chill. HEX triplet: 4A, 94 and 94. RGB value is (74,148,148). Sum of RGB (Red+Green+Blue) = 74+148+148=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #4A9494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9494 is #B56B6B. Grayscale: #7D7D7D. Windows color (decimal): -11889516 or 9737290. OLE color: 9737290.

HSL color Cylindrical-coordinate representation of color #4A9494: hue angle of 180º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9494 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB74148148-
CMYK0.50000.42
HSL180º33.33%43.53%-
HSV(B)180º50%58.04%-
XYZ18.7624.7731.81-
YUV125.87140.4891-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741481480.50000.4218033.3343.53
Hex4A949432002Ab4212c
Octal1122242246200522644154
Binary100101010010100100101001100100010101010110100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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