#4291D9

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

Shades of Picton Blue #4291D9

Tints of Picton Blue #4291D9

Color information

#4291D9 (or 0x4291D9) is unknown color: approx Picton Blue. HEX triplet: 42, 91 and D9. RGB value is (66,145,217). Sum of RGB (Red+Green+Blue) = 66+145+217=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #4291D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4291D9 is #BD6E26. Grayscale: #818181. Windows color (decimal): -12414503 or 14258498. OLE color: 14258498.

HSL color Cylindrical-coordinate representation of color #4291D9: hue angle of 208.61º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4291D9 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66145217-
CMYK0.700.3300.15
HSL208.61º66.52%55.49%-
HSV(B)208.61º69.59%85.1%-
XYZ24.926.4269.43-
YUV129.59177.3382.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.42%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 217 (85.16% from 255) = 50.70%
R=15.42%
G=33.88%
B=50.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661452170.700.3300.15208.6166.5255.49
Hex4291D946210Fd14337
Octal1022213311064101732110367
Binary10000101001000111011001100011010000101111110100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4291D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4291D9; }

 p { color: rgb(66,145,217); }

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

<style>
 a { background-color: #4291D9; }

 a { background-color: rgb(66,145,217); }

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

<style>
 span { border-color: #4291D9; }

 span { border-color: rgb(66,145,217); }

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