#489BCA

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

Shades of Picton Blue #489BCA

Tints of Picton Blue #489BCA

Color information

#489BCA (or 0x489BCA) is unknown color: approx Picton Blue. HEX triplet: 48, 9B and CA. RGB value is (72,155,202). Sum of RGB (Red+Green+Blue) = 72+155+202=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #489BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BCA is #B76435. Grayscale: #878787. Windows color (decimal): -12018742 or 13278024. OLE color: 13278024.

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

Color convert

RGB72155202-
CMYK0.640.2300.21
HSL201.69º55.08%53.73%-
HSV(B)201.69º64.36%79.22%-
XYZ25.0529.0860.17-
YUV135.54165.582.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=16.78%
G=36.13%
B=47.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721552020.640.2300.21201.6955.0853.73
Hex489BCA4017015ca3736
Octal110233312100270253126766
Binary1001000100110111100101010000001011101010111001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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