#4190DC

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

Shades of Picton Blue #4190DC

Tints of Picton Blue #4190DC

Color information

#4190DC (or 0x4190DC) is unknown color: approx Picton Blue. HEX triplet: 41, 90 and DC. RGB value is (65,144,220). Sum of RGB (Red+Green+Blue) = 65+144+220=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #4190DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190DC is #BE6F23. Grayscale: #808080. Windows color (decimal): -12480292 or 14454849. OLE color: 14454849.

HSL color Cylindrical-coordinate representation of color #4190DC: hue angle of 209.42º 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 #4190DC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65144220-
CMYK0.700.3500.14
HSL209.42º68.89%55.88%-
HSV(B)209.42º70.45%86.27%-
XYZ25.0726.2471.45-
YUV129.04179.3382.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 51.28%
R=15.15%
G=33.57%
B=51.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651442200.700.3500.14209.4268.8955.88
Hex4190DC46230Ed14538
Octal1012203341064301632110570
Binary10000011001000011011100100011010001101110110100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4190DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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