Html Css Color HEX #489FA0 Cadet Blue

📋 copy color: '#489FA0'

red 72 ◦ green 159 ◦ blue 160

#489FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #489FA0

Tints of Cadet Blue #489FA0

RGB

 RED value IS 72 (28.52% from 255) = 18.41%

 GREEN value IS 159 (62.5% from 255) = 40.66%

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 18.41%
G = 40.66%
B = 40.92%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#489FA0 (or 0x489FA0) is known color: Cadet Blue. HEX triplet: 48, 9F and A0. RGB value is (72,159,160). Sum of RGB (Red+Green+Blue) = 72+159+160=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: blue. Hex color #489FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FA0 is #B7605F. Grayscale: #858585. Windows color (decimal): -12017760 or 10526536. OLE color: 10526536.

HSL color Cylindrical-coordinate representation of color #489FA0: hue angle of 180.68º 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 #489FA0 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 159 160 -
CMYK 0.55 0.01 0 0.37
HSL 180.68º 0.38% 0.45% -
HSV(B) 180.68º 0.55% 0.63% -
XYZ 21.42 28.71 37.67 -
YUV 133.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 72 159 160 0.55 0.01 0 0.37 180.68 0.38 0.45
Hex 48 9F A0 37 1 0 25 B5 26 2D
Octal 110 237 240 67 1 0 45 265 46 55
Binary 1001000 10011111 10100000 110111 1 0 100101 10110101 100110 101101

Color Harmonies of #489FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489FA0

Black with #489FA0

Text Example


Text Example

White with #489FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #489FA0;
 }
 .AnyTagClassName
 {
   color: #489FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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