#489DA4

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

Shades of Cadet Blue #489DA4

Tints of Cadet Blue #489DA4

Color information

#489DA4 (or 0x489DA4) is unknown color: approx Cadet Blue. HEX triplet: 48, 9D and A4. RGB value is (72,157,164). Sum of RGB (Red+Green+Blue) = 72+157+164=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #489DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489DA4 is #B7625B. Grayscale: #848484. Windows color (decimal): -12018268 or 10788168. OLE color: 10788168.

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

Color convert

RGB72157164-
CMYK0.560.0400.36
HSL184.57º38.98%46.27%-
HSV(B)184.57º56.1%64.31%-
XYZ21.4328.1739.43-
YUV132.38145.8484.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 157 (61.72% from 255) = 39.95%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=18.32%
G=39.95%
B=41.73%

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
Decimal721571640.560.0400.36184.5738.9846.27
Hex489DA4384024b9272e
Octal1102352447040442714756
Binary10010001001110110100100111000100010010010111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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