#4191DC

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

Shades of Picton Blue #4191DC

Tints of Picton Blue #4191DC

Color information

#4191DC (or 0x4191DC) is unknown color: approx Picton Blue. HEX triplet: 41, 91 and DC. RGB value is (65,145,220). Sum of RGB (Red+Green+Blue) = 65+145+220=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #4191DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4191DC is #BE6E23. Grayscale: #818181. Windows color (decimal): -12480036 or 14455105. OLE color: 14455105.

HSL color Cylindrical-coordinate representation of color #4191DC: hue angle of 209.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4191DC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65145220-
CMYK0.700.3400.14
HSL209.03º68.89%55.88%-
HSV(B)209.03º70.45%86.27%-
XYZ25.2226.5471.5-
YUV129.6317981.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.12%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=15.12%
G=33.72%
B=51.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651452200.700.3400.14209.0368.8955.88
Hex4191DC46220Ed14538
Octal1012213341064201632110570
Binary10000011001000111011100100011010001001110110100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4191DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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