#489FCA

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

Shades of Picton Blue #489FCA

Tints of Picton Blue #489FCA

Color information

#489FCA (or 0x489FCA) is unknown color: approx Picton Blue. HEX triplet: 48, 9F and CA. RGB value is (72,159,202). Sum of RGB (Red+Green+Blue) = 72+159+202=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #489FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FCA is #B76035. Grayscale: #898989. Windows color (decimal): -12017718 or 13279048. OLE color: 13279048.

HSL color Cylindrical-coordinate representation of color #489FCA: hue angle of 199.85º 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 #489FCA is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72159202-
CMYK0.640.2100.21
HSL199.85º55.08%53.73%-
HSV(B)199.85º64.36%79.22%-
XYZ25.7330.4460.4-
YUV137.89164.1881-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=16.63%
G=36.72%
B=46.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721592020.640.2100.21199.8555.0853.73
Hex489FCA4015015c83736
Octal110237312100250253106766
Binary1001000100111111100101010000001010101010111001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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