#4A9193

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

Shades of Blue Chill #4A9193

Tints of Blue Chill #4A9193

Color information

#4A9193 (or 0x4A9193) is unknown color: approx Blue Chill. HEX triplet: 4A, 91 and 93. RGB value is (74,145,147). Sum of RGB (Red+Green+Blue) = 74+145+147=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A9193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9193 is #B56E6C. Grayscale: #7B7B7B. Windows color (decimal): -11890285 or 9670986. OLE color: 9670986.

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

Color convert

RGB74145147-
CMYK0.500.0100.42
HSL181.64º33.03%43.33%-
HSV(B)181.64º49.66%57.65%-
XYZ18.2223.8131.24-
YUV124140.9892.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.22%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=20.22%
G=39.62%
B=40.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741451470.500.0100.42181.6433.0343.33
Hex4A919332102Ab6212b
Octal1122212236210522664153
Binary100101010010001100100111100101010101010110110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,145,147); }

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

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

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

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

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

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

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