Html Css Color HEX #489994 Blue Chill

📋 copy color: '#489994'

red 72 ◦ green 153 ◦ blue 148

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

Shades of Blue Chill #489994

Tints of Blue Chill #489994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 19.3%
G = 41.02%
B = 39.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#489994 (or 0x489994) is known color: Blue Chill. HEX triplet: 48, 99 and 94. RGB value is (72,153,148). Sum of RGB (Red+Green+Blue) = 72+153+148=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #489994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489994 is #B7666B. Grayscale: #808080. Windows color (decimal): -12019308 or 9738568. OLE color: 9738568.

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

Color convert

RGB 72 153 148 -
CMYK 0.53 0 0.03 0.4
HSL 176.3º 0.36% 0.44% -
HSV(B) 176.3º 0.53% 0.6% -
XYZ 19.41 26.3 32.07 -
YUV 128.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 72 153 148 0.53 0 0.03 0.4 176.3 0.36 0.44
Hex 48 99 94 35 0 3 28 B0 24 2C
Octal 110 231 224 65 0 3 50 260 44 54
Binary 1001000 10011001 10010100 110101 0 11 101000 10110000 100100 101100

Color Harmonies of #489994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489994

Black with #489994

Text Example


Text Example

White with #489994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489994; }

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

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

background-color css

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

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

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

border-color css

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

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

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