#4696DD

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

Shades of Picton Blue #4696DD

Tints of Picton Blue #4696DD

Color information

#4696DD (or 0x4696DD) is unknown color: approx Picton Blue. HEX triplet: 46, 96 and DD. RGB value is (70,150,221). Sum of RGB (Red+Green+Blue) = 70+150+221=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #4696DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4696DD is #B96922. Grayscale: #858585. Windows color (decimal): -12151075 or 14521926. OLE color: 14521926.

HSL color Cylindrical-coordinate representation of color #4696DD: hue angle of 208.21º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4696DD is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70150221-
CMYK0.680.3200.13
HSL208.21º68.95%57.06%-
HSV(B)208.21º68.33%86.67%-
XYZ26.4828.3472.48-
YUV134.1717782.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.87%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=15.87%
G=34.01%
B=50.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701502210.680.3200.13208.2168.9557.06
Hex4696DD44200Dd04539
Octal1062263351044001532010571
Binary10001101001011011011101100010010000001101110100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4696DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4696DD; }

 p { color: rgb(70,150,221); }

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

<style>
 a { background-color: #4696DD; }

 a { background-color: rgb(70,150,221); }

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

<style>
 span { border-color: #4696DD; }

 span { border-color: rgb(70,150,221); }

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