Html Css Color HEX #489ACB Picton Blue

📋 copy color: '#489ACB'

red 72 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #489ACB

Tints of Picton Blue #489ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 16.78%
G = 35.9%
B = 47.32%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#489ACB (or 0x489ACB) is known color: Picton Blue. HEX triplet: 48, 9A and CB. RGB value is (72,154,203). Sum of RGB (Red+Green+Blue) = 72+154+203=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #489ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ACB is #B76534. Grayscale: #868686. Windows color (decimal): -12018997 or 13343304. OLE color: 13343304.

HSL color Cylindrical-coordinate representation of color #489ACB: hue angle of 202.44º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489ACB is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 154 203 -
CMYK 0.65 0.24 0 0.20
HSL 202.44º 0.56% 0.54% -
HSV(B) 202.44º 0.65% 0.8% -
XYZ 25.01 28.8 60.74 -
YUV 135.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 72 154 203 0.65 0.24 0 0.20 202.44 0.56 0.54
Hex 48 9A CB 41 18 0 14 CA 38 36
Octal 110 232 313 101 30 0 24 312 70 66
Binary 1001000 10011010 11001011 1000001 11000 0 10100 11001010 111000 110110

Color Harmonies of #489ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ACB

Black with #489ACB

Text Example


Text Example

White with #489ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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