Html Css Color HEX #489296 Blue Chill

📋 copy color: '#489296'

red 72 ◦ green 146 ◦ blue 150

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

Shades of Blue Chill #489296

Tints of Blue Chill #489296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.76%

R = 19.57%
G = 39.67%
B = 40.76%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#489296 (or 0x489296) is known color: Blue Chill. HEX triplet: 48, 92 and 96. RGB value is (72,146,150). Sum of RGB (Red+Green+Blue) = 72+146+150=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #489296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489296 is #B76D69. Grayscale: #7C7C7C. Windows color (decimal): -12021098 or 9867848. OLE color: 9867848.

HSL color Cylindrical-coordinate representation of color #489296: hue angle of 183.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489296 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 146 150 -
CMYK 0.52 0.03 0 0.41
HSL 183.08º 0.35% 0.44% -
HSV(B) 183.08º 0.52% 0.59% -
XYZ 18.46 24.14 32.54 -
YUV 124.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 72 146 150 0.52 0.03 0 0.41 183.08 0.35 0.44
Hex 48 92 96 34 3 0 29 B7 23 2C
Octal 110 222 226 64 3 0 51 267 43 54
Binary 1001000 10010010 10010110 110100 11 0 101001 10110111 100011 101100

Color Harmonies of #489296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489296

Black with #489296

Text Example


Text Example

White with #489296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489296; }

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

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

background-color css

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

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

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

border-color css

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

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

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