Html Css Color HEX #489299 Blue Chill

📋 copy color: '#489299'

red 72 ◦ green 146 ◦ blue 153

#489299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #489299

Tints of Blue Chill #489299

RGB

 RED value IS 72 (28.52% from 255) = 19.41%

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 19.41%
G = 39.35%
B = 41.24%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#489299 (or 0x489299) is known color: Blue Chill. HEX triplet: 48, 92 and 99. RGB value is (72,146,153). Sum of RGB (Red+Green+Blue) = 72+146+153=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #489299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489299 is #B76D66. Grayscale: #7C7C7C. Windows color (decimal): -12021095 or 10064456. OLE color: 10064456.

HSL color Cylindrical-coordinate representation of color #489299: hue angle of 185.19º 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 #489299 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 146 153 -
CMYK 0.53 0.05 0 0.4
HSL 185.19º 0.36% 0.44% -
HSV(B) 185.19º 0.53% 0.6% -
XYZ 18.7 24.24 33.83 -
YUV 124.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 72 146 153 0.53 0.05 0 0.4 185.19 0.36 0.44
Hex 48 92 99 35 5 0 28 B9 24 2C
Octal 110 222 231 65 5 0 50 271 44 54
Binary 1001000 10010010 10011001 110101 101 0 101000 10111001 100100 101100

Color Harmonies of #489299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489299

Black with #489299

Text Example


Text Example

White with #489299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489299; }

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

 H1.HeaderClassName
 {
   color: #489299;
 }
 .AnyTagClassName
 {
   color: #489299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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