#489294

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

Shades of Blue Chill #489294

Tints of Blue Chill #489294

Color information

#489294 (or 0x489294) is unknown color: approx Blue Chill. HEX triplet: 48, 92 and 94. RGB value is (72,146,148). Sum of RGB (Red+Green+Blue) = 72+146+148=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #489294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489294 is #B76D6B. Grayscale: #7C7C7C. Windows color (decimal): -12021100 or 9736776. OLE color: 9736776.

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

Color convert

RGB72146148-
CMYK0.510.0100.42
HSL181.58º34.55%43.14%-
HSV(B)181.58º51.35%58.04%-
XYZ18.324.0731.7-
YUV124.1141.4890.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=19.67%
G=39.89%
B=40.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721461480.510.0100.42181.5834.5543.14
Hex48929433102Ab6232b
Octal1102222246310522664353
Binary100100010010010100101001100111010101010110110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489294; }

 p { color: rgb(72,146,148); }

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

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

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

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

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

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

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