Html Css Color HEX #489091 Blue Chill

📋 copy color: '#489091'

red 72 ◦ green 144 ◦ blue 145

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

Shades of Blue Chill #489091

Tints of Blue Chill #489091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 19.94%
G = 39.89%
B = 40.17%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#489091 (or 0x489091) is known color: Blue Chill. HEX triplet: 48, 90 and 91. RGB value is (72,144,145). Sum of RGB (Red+Green+Blue) = 72+144+145=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #489091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489091 is #B76F6E. Grayscale: #7A7A7A. Windows color (decimal): -12021615 or 9539656. OLE color: 9539656.

HSL color Cylindrical-coordinate representation of color #489091: hue angle of 180.82º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489091 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 144 145 -
CMYK 0.50 0.01 0 0.43
HSL 180.82º 0.34% 0.43% -
HSV(B) 180.82º 0.5% 0.57% -
XYZ 17.76 23.37 30.36 -
YUV 122.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 72 144 145 0.50 0.01 0 0.43 180.82 0.34 0.43
Hex 48 90 91 32 1 0 2B B5 22 2B
Octal 110 220 221 62 1 0 53 265 42 53
Binary 1001000 10010000 10010001 110010 1 0 101011 10110101 100010 101011

Color Harmonies of #489091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489091

Black with #489091

Text Example


Text Example

White with #489091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489091; }

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

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

background-color css

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

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

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

border-color css

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

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

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