Html Css Color HEX #489ADC Picton Blue

📋 copy color: '#489ADC'

red 72 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #489ADC

Tints of Picton Blue #489ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 16.14%
G = 34.53%
B = 49.33%

CMYK

 C value IS 0.67

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#489ADC (or 0x489ADC) is known color: Picton Blue. HEX triplet: 48, 9A and DC. RGB value is (72,154,220). Sum of RGB (Red+Green+Blue) = 72+154+220=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #489ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ADC is #B76523. Grayscale: #888888. Windows color (decimal): -12018980 or 14457416. OLE color: 14457416.

HSL color Cylindrical-coordinate representation of color #489ADC: hue angle of 206.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #489ADC is Cyan = 0.67, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 154 220 -
CMYK 0.67 0.3 0 0.14
HSL 206.76º 0.68% 0.57% -
HSV(B) 206.76º 0.67% 0.86% -
XYZ 27.15 29.66 72 -
YUV 137.01 174.83 81.63 -
System Red Green Blue C M Y K H S L
Decimal 72 154 220 0.67 0.3 0 0.14 206.76 0.68 0.57
Hex 48 9A DC 43 1E 0 E CF 44 39
Octal 110 232 334 103 36 0 16 317 104 71
Binary 1001000 10011010 11011100 1000011 11110 0 1110 11001111 1000100 111001

Color Harmonies of #489ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489ADC

Black with #489ADC

Text Example


Text Example

White with #489ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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