#4295D1

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

Shades of Picton Blue #4295D1

Tints of Picton Blue #4295D1

Color information

#4295D1 (or 0x4295D1) is unknown color: approx Picton Blue. HEX triplet: 42, 95 and D1. RGB value is (66,149,209). Sum of RGB (Red+Green+Blue) = 66+149+209=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #4295D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4295D1 is #BD6A2E. Grayscale: #828282. Windows color (decimal): -12413487 or 13735234. OLE color: 13735234.

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

Color convert

RGB66149209-
CMYK0.680.2900.18
HSL205.17º60.85%53.92%-
HSV(B)205.17º68.42%81.96%-
XYZ24.527.2664.29-
YUV131.0217281.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 209 (82.03% from 255) = 49.29%
R=15.57%
G=35.14%
B=49.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal661492090.680.2900.18205.1760.8553.92
Hex4295D1441D012cd3d36
Octal102225321104350223157566
Binary1000010100101011101000110001001110101001011001101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4295D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,149,209); }

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

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

 a { background-color: rgb(66,149,209); }

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

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

 span { border-color: rgb(66,149,209); }

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