#489EA4

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

Shades of Cadet Blue #489EA4

Tints of Cadet Blue #489EA4

Color information

#489EA4 (or 0x489EA4) is unknown color: approx Cadet Blue. HEX triplet: 48, 9E and A4. RGB value is (72,158,164). Sum of RGB (Red+Green+Blue) = 72+158+164=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #489EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489EA4 is #B7615B. Grayscale: #848484. Windows color (decimal): -12018012 or 10788424. OLE color: 10788424.

HSL color Cylindrical-coordinate representation of color #489EA4: hue angle of 183.91º 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 #489EA4 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72158164-
CMYK0.560.0400.36
HSL183.91º38.98%46.27%-
HSV(B)183.91º56.1%64.31%-
XYZ21.628.5139.49-
YUV132.97145.5184.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 164 (64.45% from 255) = 41.62%
R=18.27%
G=40.10%
B=41.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721581640.560.0400.36183.9138.9846.27
Hex489EA4384024b8272e
Octal1102362447040442704756
Binary10010001001111010100100111000100010010010111000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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