#4491D4

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

Shades of Picton Blue #4491D4

Tints of Picton Blue #4491D4

Color information

#4491D4 (or 0x4491D4) is unknown color: approx Picton Blue. HEX triplet: 44, 91 and D4. RGB value is (68,145,212). Sum of RGB (Red+Green+Blue) = 68+145+212=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 212 (83.20% from 255 or 49.88% from 425); Max value from RGB is 212 - color contains mainly: blue. Hex color #4491D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491D4 is #BB6E2B. Grayscale: #818181. Windows color (decimal): -12283436 or 13930820. OLE color: 13930820.

HSL color Cylindrical-coordinate representation of color #4491D4: hue angle of 207.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4491D4 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB68145212-
CMYK0.680.3200.17
HSL207.92º62.61%54.9%-
HSV(B)207.92º67.92%83.14%-
XYZ24.3926.2366.07-
YUV129.62174.4984.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 212 (83.20% from 255) = 49.88%
R=16%
G=34.12%
B=49.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal681452120.680.3200.17207.9262.6154.9
Hex4491D44420011d03f37
Octal104221324104400213207767
Binary10001001001000111010100100010010000001000111010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4491D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4491D4; }

 p { color: rgb(68,145,212); }

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

<style>
 a { background-color: #4491D4; }

 a { background-color: rgb(68,145,212); }

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

<style>
 span { border-color: #4491D4; }

 span { border-color: rgb(68,145,212); }

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