#489298

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

Shades of Blue Chill #489298

Tints of Blue Chill #489298

Color information

#489298 (or 0x489298) is unknown color: approx Blue Chill. HEX triplet: 48, 92 and 98. RGB value is (72,146,152). Sum of RGB (Red+Green+Blue) = 72+146+152=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #489298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489298 is #B76D67. Grayscale: #7C7C7C. Windows color (decimal): -12021096 or 9998920. OLE color: 9998920.

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

Color convert

RGB72146152-
CMYK0.530.0400.40
HSL184.5º35.71%43.92%-
HSV(B)184.5º52.63%59.61%-
XYZ18.6224.233.4-
YUV124.56143.4890.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=19.46%
G=39.46%
B=41.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721461520.530.0400.40184.535.7143.92
Hex489298354028b8242c
Octal1102222306540502704454
Binary10010001001001010011000110101100010100010111000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489298; }

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

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

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

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

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

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

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

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