#489DCA

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

Shades of Picton Blue #489DCA

Tints of Picton Blue #489DCA

Color information

#489DCA (or 0x489DCA) is unknown color: approx Picton Blue. HEX triplet: 48, 9D and CA. RGB value is (72,157,202). Sum of RGB (Red+Green+Blue) = 72+157+202=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #489DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DCA is #B76235. Grayscale: #888888. Windows color (decimal): -12018230 or 13278536. OLE color: 13278536.

HSL color Cylindrical-coordinate representation of color #489DCA: hue angle of 200.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #489DCA is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72157202-
CMYK0.640.2200.21
HSL200.77º55.08%53.73%-
HSV(B)200.77º64.36%79.22%-
XYZ25.3929.7660.28-
YUV136.71164.8481.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.71%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=16.71%
G=36.43%
B=46.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721572020.640.2200.21200.7755.0853.73
Hex489DCA4016015c93736
Octal110235312100260253116766
Binary1001000100111011100101010000001011001010111001001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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