Html Css Color HEX #489698 Blue Chill

📋 copy color: '#489698'

red 72 ◦ green 150 ◦ blue 152

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

Shades of Blue Chill #489698

Tints of Blue Chill #489698

RGB

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

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

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

R = 19.25%
G = 40.11%
B = 40.64%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#489698 (or 0x489698) is known color: Blue Chill. HEX triplet: 48, 96 and 98. RGB value is (72,150,152). Sum of RGB (Red+Green+Blue) = 72+150+152=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #489698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489698 is #B76967. Grayscale: #7E7E7E. Windows color (decimal): -12020072 or 9999944. OLE color: 9999944.

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

Color convert

RGB 72 150 152 -
CMYK 0.53 0.01 0 0.40
HSL 181.5º 0.36% 0.44% -
HSV(B) 181.5º 0.53% 0.6% -
XYZ 19.25 25.46 33.61 -
YUV 126.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 72 150 152 0.53 0.01 0 0.40 181.5 0.36 0.44
Hex 48 96 98 35 1 0 28 B6 24 2C
Octal 110 226 230 65 1 0 50 266 44 54
Binary 1001000 10010110 10011000 110101 1 0 101000 10110110 100100 101100

Color Harmonies of #489698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489698

Black with #489698

Text Example


Text Example

White with #489698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489698; }

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

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

background-color css

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

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

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

border-color css

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

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

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