Html Css Color HEX #489ACE Picton Blue

📋 copy color: '#489ACE'

red 72 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #489ACE

Tints of Picton Blue #489ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 16.67%
G = 35.65%
B = 47.69%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#489ACE (or 0x489ACE) is known color: Picton Blue. HEX triplet: 48, 9A and CE. RGB value is (72,154,206). Sum of RGB (Red+Green+Blue) = 72+154+206=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #489ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ACE is #B76531. Grayscale: #878787. Windows color (decimal): -12018994 or 13539912. OLE color: 13539912.

HSL color Cylindrical-coordinate representation of color #489ACE: hue angle of 203.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489ACE is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 154 206 -
CMYK 0.65 0.25 0 0.19
HSL 203.28º 0.58% 0.55% -
HSV(B) 203.28º 0.65% 0.81% -
XYZ 25.37 28.95 62.64 -
YUV 135.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 72 154 206 0.65 0.25 0 0.19 203.28 0.58 0.55
Hex 48 9A CE 41 19 0 13 CB 3A 37
Octal 110 232 316 101 31 0 23 313 72 67
Binary 1001000 10011010 11001110 1000001 11001 0 10011 11001011 111010 110111

Color Harmonies of #489ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ACE

Black with #489ACE

Text Example


Text Example

White with #489ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,154,206); }

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

background-color css

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

 a { background-color: rgb(72,154,206); }

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

border-color css

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

 span { border-color: rgb(72,154,206); }

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