#4196D5

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

Shades of Picton Blue #4196D5

Tints of Picton Blue #4196D5

Color information

#4196D5 (or 0x4196D5) is unknown color: approx Picton Blue. HEX triplet: 41, 96 and D5. RGB value is (65,150,213). Sum of RGB (Red+Green+Blue) = 65+150+213=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #4196D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4196D5 is #BE692A. Grayscale: #838383. Windows color (decimal): -12478763 or 13997633. OLE color: 13997633.

HSL color Cylindrical-coordinate representation of color #4196D5: hue angle of 205.54º 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 #4196D5 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65150213-
CMYK0.690.3000.16
HSL205.54º63.79%54.51%-
HSV(B)205.54º69.48%83.53%-
XYZ25.127.7466.98-
YUV131.77173.8480.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 213 (83.59% from 255) = 49.77%
R=15.19%
G=35.05%
B=49.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal651502130.690.3000.16205.5463.7954.51
Hex4196D5451E010ce4037
Octal1012263251053602031610067
Binary10000011001011011010101100010111110010000110011101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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