#4A9892

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

Shades of Blue Chill #4A9892

Tints of Blue Chill #4A9892

Color information

#4A9892 (or 0x4A9892) is unknown color: approx Blue Chill. HEX triplet: 4A, 98 and 92. RGB value is (74,152,146). Sum of RGB (Red+Green+Blue) = 74+152+146=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9892 is #B5676D. Grayscale: #7F7F7F. Windows color (decimal): -11888494 or 9607242. OLE color: 9607242.

HSL color Cylindrical-coordinate representation of color #4A9892: hue angle of 175.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9892 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB74152146-
CMYK0.5100.040.40
HSL175.38º34.51%44.31%-
HSV(B)175.38º51.32%59.61%-
XYZ19.2425.9931.2-
YUV127.99138.1689.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.89%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=19.89%
G=40.86%
B=39.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal741521460.5100.040.40175.3834.5144.31
Hex4A9892330428af232c
Octal1122302226304502574354
Binary10010101001100010010010110011010010100010101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,152,146); }

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

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

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

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

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

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

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