#4191D5

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

Shades of Picton Blue #4191D5

Tints of Picton Blue #4191D5

Color information

#4191D5 (or 0x4191D5) is unknown color: approx Picton Blue. HEX triplet: 41, 91 and D5. RGB value is (65,145,213). Sum of RGB (Red+Green+Blue) = 65+145+213=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #4191D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4191D5 is #BE6E2A. Grayscale: #808080. Windows color (decimal): -12480043 or 13996353. OLE color: 13996353.

HSL color Cylindrical-coordinate representation of color #4191D5: hue angle of 207.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4191D5 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65145213-
CMYK0.690.3200.16
HSL207.57º63.79%54.51%-
HSV(B)207.57º69.48%83.53%-
XYZ24.3226.1866.72-
YUV128.83175.582.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.37%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=15.37%
G=34.28%
B=50.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal651452130.690.3200.16207.5763.7954.51
Hex4191D54520010d04037
Octal1012213251054002032010067
Binary100000110010001110101011000101100000010000110100001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4191D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4191D5; }

 p { color: rgb(65,145,213); }

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

<style>
 a { background-color: #4191D5; }

 a { background-color: rgb(65,145,213); }

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

<style>
 span { border-color: #4191D5; }

 span { border-color: rgb(65,145,213); }

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