#4490D1

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

Shades of Picton Blue #4490D1

Tints of Picton Blue #4490D1

Color information

#4490D1 (or 0x4490D1) is unknown color: approx Picton Blue. HEX triplet: 44, 90 and D1. RGB value is (68,144,209). Sum of RGB (Red+Green+Blue) = 68+144+209=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #4490D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490D1 is #BB6F2E. Grayscale: #808080. Windows color (decimal): -12283695 or 13733956. OLE color: 13733956.

HSL color Cylindrical-coordinate representation of color #4490D1: hue angle of 207.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4490D1 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68144209-
CMYK0.670.3100.18
HSL207.66º60.52%54.31%-
HSV(B)207.66º67.46%81.96%-
XYZ23.8725.7864.04-
YUV128.69173.3284.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.15%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 209 (82.03% from 255) = 49.64%
R=16.15%
G=34.20%
B=49.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681442090.670.3100.18207.6660.5254.31
Hex4490D1431F012d03d36
Octal104220321103370223207566
Binary1000100100100001101000110000111111101001011010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4490D1; }

 p { color: rgb(68,144,209); }

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

<style>
 a { background-color: #4490D1; }

 a { background-color: rgb(68,144,209); }

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

<style>
 span { border-color: #4490D1; }

 span { border-color: rgb(68,144,209); }

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