#489BC5

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

Shades of Picton Blue #489BC5

Tints of Picton Blue #489BC5

Color information

#489BC5 (or 0x489BC5) is unknown color: approx Picton Blue. HEX triplet: 48, 9B and C5. RGB value is (72,155,197). Sum of RGB (Red+Green+Blue) = 72+155+197=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #489BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BC5 is #B7643A. Grayscale: #868686. Windows color (decimal): -12018747 or 12950344. OLE color: 12950344.

HSL color Cylindrical-coordinate representation of color #489BC5: hue angle of 200.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #489BC5 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB72155197-
CMYK0.630.2100.23
HSL200.16º51.87%52.75%-
HSV(B)200.16º63.45%77.25%-
XYZ24.4728.8557.1-
YUV134.9716383.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.98%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 197 (77.34% from 255) = 46.46%
R=16.98%
G=36.56%
B=46.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal721551970.630.2100.23200.1651.8752.75
Hex489BC53F15017c83435
Octal11023330577250273106465
Binary100100010011011110001011111111010101011111001000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,155,197); }

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

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

 a { background-color: rgb(72,155,197); }

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

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

 span { border-color: rgb(72,155,197); }

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