#489194

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

Shades of Blue Chill #489194

Tints of Blue Chill #489194

Color information

#489194 (or 0x489194) is unknown color: approx Blue Chill. HEX triplet: 48, 91 and 94. RGB value is (72,145,148). Sum of RGB (Red+Green+Blue) = 72+145+148=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #489194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489194 is #B76E6B. Grayscale: #7B7B7B. Windows color (decimal): -12021356 or 9736520. OLE color: 9736520.

HSL color Cylindrical-coordinate representation of color #489194: hue angle of 182.37º 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 #489194 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72145148-
CMYK0.510.0200.42
HSL182.37º34.55%43.14%-
HSV(B)182.37º51.35%58.04%-
XYZ18.1423.7731.65-
YUV123.52141.8291.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=19.73%
G=39.73%
B=40.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721451480.510.0200.42182.3734.5543.14
Hex48919433202Ab6232b
Octal1102212246320522664353
Binary1001000100100011001010011001110010101010110110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489194; }

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

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

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

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

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

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

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

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