#489DCC

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

Shades of Picton Blue #489DCC

Tints of Picton Blue #489DCC

Color information

#489DCC (or 0x489DCC) is unknown color: approx Picton Blue. HEX triplet: 48, 9D and CC. RGB value is (72,157,204). Sum of RGB (Red+Green+Blue) = 72+157+204=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #489DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DCC is #B76233. Grayscale: #888888. Windows color (decimal): -12018228 or 13409608. OLE color: 13409608.

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

Color convert

RGB72157204-
CMYK0.650.2300.2
HSL201.36º56.41%54.12%-
HSV(B)201.36º64.71%80%-
XYZ25.6329.8561.54-
YUV136.94165.8481.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=16.63%
G=36.26%
B=47.11%

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
Decimal721572040.650.2300.2201.3656.4154.12
Hex489DCC4117014c93836
Octal110235314101270243117066
Binary1001000100111011100110010000011011101010011001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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