Html Css Color HEX #489492 Blue Chill

📋 copy color: '#489492'

red 72 ◦ green 148 ◦ blue 146

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

Shades of Blue Chill #489492

Tints of Blue Chill #489492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 19.67%
G = 40.44%
B = 39.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#489492 (or 0x489492) is known color: Blue Chill. HEX triplet: 48, 94 and 92. RGB value is (72,148,146). Sum of RGB (Red+Green+Blue) = 72+148+146=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #489492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489492 is #B76B6D. Grayscale: #7C7C7C. Windows color (decimal): -12020590 or 9606216. OLE color: 9606216.

HSL color Cylindrical-coordinate representation of color #489492: hue angle of 178.42º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489492 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 146 -
CMYK 0.51 0 0.01 0.42
HSL 178.42º 0.35% 0.43% -
HSV(B) 178.42º 0.51% 0.58% -
XYZ 18.45 24.63 30.98 -
YUV 125.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 72 148 146 0.51 0 0.01 0.42 178.42 0.35 0.43
Hex 48 94 92 33 0 1 2A B2 23 2B
Octal 110 224 222 63 0 1 52 262 43 53
Binary 1001000 10010100 10010010 110011 0 1 101010 10110010 100011 101011

Color Harmonies of #489492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489492

Black with #489492

Text Example


Text Example

White with #489492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489492; }

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

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

background-color css

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

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

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

border-color css

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

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

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