#489FA4

Color #489FA4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #489FA4

Tints of Cadet Blue #489FA4

Color information

#489FA4 (or 0x489FA4) is unknown color: approx Cadet Blue. HEX triplet: 48, 9F and A4. RGB value is (72,159,164). Sum of RGB (Red+Green+Blue) = 72+159+164=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #489FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FA4 is #B7605B. Grayscale: #858585. Windows color (decimal): -12017756 or 10788680. OLE color: 10788680.

HSL color Cylindrical-coordinate representation of color #489FA4: hue angle of 183.26º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489FA4 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72159164-
CMYK0.560.0300.36
HSL183.26º38.98%46.27%-
HSV(B)183.26º56.1%64.31%-
XYZ21.7728.8539.54-
YUV133.56145.1884.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=18.23%
G=40.25%
B=41.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721591640.560.0300.36183.2638.9846.27
Hex489FA4383024b7272e
Octal1102372447030442674756
Binary1001000100111111010010011100011010010010110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,159,164); }

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

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

 a { background-color: rgb(72,159,164); }

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

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

 span { border-color: rgb(72,159,164); }

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