#489AA0

Color #489AA0 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #489AA0

Tints of Half Baked #489AA0

Color information

#489AA0 (or 0x489AA0) is unknown color: approx Half Baked. HEX triplet: 48, 9A and A0. RGB value is (72,154,160). Sum of RGB (Red+Green+Blue) = 72+154+160=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #489AA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489AA0 is #B7655F. Grayscale: #828282. Windows color (decimal): -12019040 or 10525256. OLE color: 10525256.

HSL color Cylindrical-coordinate representation of color #489AA0: hue angle of 184.09º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489AA0 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72154160-
CMYK0.550.0400.37
HSL184.09º37.93%45.49%-
HSV(B)184.09º55%62.75%-
XYZ20.5727.0337.39-
YUV130.17144.8386.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.65%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 160 (62.89% from 255) = 41.45%
R=18.65%
G=39.90%
B=41.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721541600.550.0400.37184.0937.9345.49
Hex489AA0374025b8262d
Octal1102322406740452704655
Binary10010001001101010100000110111100010010110111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489AA0; }

 p { color: rgb(72,154,160); }

 H1.HeaderClassName
 {
   color: #489AA0;
 }
 .AnyTagClassName
 {
   color: #489AA0;
 }
</style>
background-color css

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

 a { background-color: rgb(72,154,160); }

 div.DivClassName
 {
   background-color: #489AA0;
 }
 .BgClassName
 {
   background-color: #489AA0;
 }
</style>
border-color css

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

 span { border-color: rgb(72,154,160); }

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