#4695DD

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

Shades of Picton Blue #4695DD

Tints of Picton Blue #4695DD

Color information

#4695DD (or 0x4695DD) is unknown color: approx Picton Blue. HEX triplet: 46, 95 and DD. RGB value is (70,149,221). Sum of RGB (Red+Green+Blue) = 70+149+221=440 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.91% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #4695DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4695DD is #B96A22. Grayscale: #858585. Windows color (decimal): -12151331 or 14521670. OLE color: 14521670.

HSL color Cylindrical-coordinate representation of color #4695DD: hue angle of 208.61º 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 #4695DD is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70149221-
CMYK0.680.3300.13
HSL208.61º68.95%57.06%-
HSV(B)208.61º68.33%86.67%-
XYZ26.3228.0272.43-
YUV133.59177.3382.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.91%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=15.91%
G=33.86%
B=50.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701492210.680.3300.13208.6168.9557.06
Hex4695DD44210Dd14539
Octal1062253351044101532110571
Binary10001101001010111011101100010010000101101110100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4695DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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