Html Css Color HEX #489298 Blue Chill

📋 copy color: '#489298'

red 72 ◦ green 146 ◦ blue 152

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

Shades of Blue Chill #489298

Tints of Blue Chill #489298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.08%

R = 19.46%
G = 39.46%
B = 41.08%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#489298 (or 0x489298) is known color: Blue Chill. HEX triplet: 48, 92 and 98. RGB value is (72,146,152). Sum of RGB (Red+Green+Blue) = 72+146+152=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #489298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489298 is #B76D67. Grayscale: #7C7C7C. Windows color (decimal): -12021096 or 9998920. OLE color: 9998920.

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

Color convert

RGB 72 146 152 -
CMYK 0.53 0.04 0 0.40
HSL 184.5º 0.36% 0.44% -
HSV(B) 184.5º 0.53% 0.6% -
XYZ 18.62 24.2 33.4 -
YUV 124.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 72 146 152 0.53 0.04 0 0.40 184.5 0.36 0.44
Hex 48 92 98 35 4 0 28 B8 24 2C
Octal 110 222 230 65 4 0 50 270 44 54
Binary 1001000 10010010 10011000 110101 100 0 101000 10111000 100100 101100

Color Harmonies of #489298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489298

Black with #489298

Text Example


Text Example

White with #489298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489298; }

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

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

background-color css

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

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

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

border-color css

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

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

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