#489FA7

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

Shades of Cadet Blue #489FA7

Tints of Cadet Blue #489FA7

Color information

#489FA7 (or 0x489FA7) is unknown color: approx Cadet Blue. HEX triplet: 48, 9F and A7. RGB value is (72,159,167). Sum of RGB (Red+Green+Blue) = 72+159+167=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #489FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FA7 is #B76058. Grayscale: #858585. Windows color (decimal): -12017753 or 10985288. OLE color: 10985288.

HSL color Cylindrical-coordinate representation of color #489FA7: hue angle of 185.05º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #489FA7 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB72159167-
CMYK0.570.0500.35
HSL185.05º39.75%46.86%-
HSV(B)185.05º56.89%65.49%-
XYZ22.0528.9640.99-
YUV133.9146.6883.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=18.09%
G=39.95%
B=41.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721591670.570.0500.35185.0539.7546.86
Hex489FA7395023b9282f
Octal1102372477150432715057
Binary10010001001111110100111111001101010001110111001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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