Html Css Color HEX #489690 Blue Chill

📋 copy color: '#489690'

red 72 ◦ green 150 ◦ blue 144

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

Shades of Blue Chill #489690

Tints of Blue Chill #489690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 19.67%
G = 40.98%
B = 39.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#489690 (or 0x489690) is known color: Blue Chill. HEX triplet: 48, 96 and 90. RGB value is (72,150,144). Sum of RGB (Red+Green+Blue) = 72+150+144=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #489690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489690 is #B7696F. Grayscale: #7D7D7D. Windows color (decimal): -12020080 or 9475656. OLE color: 9475656.

HSL color Cylindrical-coordinate representation of color #489690: hue angle of 175.38º 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 #489690 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 144 -
CMYK 0.52 0 0.04 0.41
HSL 175.38º 0.35% 0.44% -
HSV(B) 175.38º 0.52% 0.59% -
XYZ 18.61 25.2 30.27 -
YUV 125.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 72 150 144 0.52 0 0.04 0.41 175.38 0.35 0.44
Hex 48 96 90 34 0 4 29 AF 23 2C
Octal 110 226 220 64 0 4 51 257 43 54
Binary 1001000 10010110 10010000 110100 0 100 101001 10101111 100011 101100

Color Harmonies of #489690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489690

Black with #489690

Text Example


Text Example

White with #489690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489690; }

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

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

background-color css

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

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

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

border-color css

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

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

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