#489ECC

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

Shades of Picton Blue #489ECC

Tints of Picton Blue #489ECC

Color information

#489ECC (or 0x489ECC) is unknown color: approx Picton Blue. HEX triplet: 48, 9E and CC. RGB value is (72,158,204). Sum of RGB (Red+Green+Blue) = 72+158+204=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #489ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489ECC is #B76133. Grayscale: #898989. Windows color (decimal): -12017972 or 13409864. OLE color: 13409864.

HSL color Cylindrical-coordinate representation of color #489ECC: hue angle of 200.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #489ECC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB72158204-
CMYK0.650.2300.2
HSL200.91º56.41%54.12%-
HSV(B)200.91º64.71%80%-
XYZ25.830.1961.59-
YUV137.53165.5181.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.59%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=16.59%
G=36.41%
B=47.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal721582040.650.2300.2200.9156.4154.12
Hex489ECC4117014c93836
Octal110236314101270243117066
Binary1001000100111101100110010000011011101010011001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,158,204); }

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

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

 a { background-color: rgb(72,158,204); }

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

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

 span { border-color: rgb(72,158,204); }

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