#4694DD

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

Shades of Picton Blue #4694DD

Tints of Picton Blue #4694DD

Color information

#4694DD (or 0x4694DD) is unknown color: approx Picton Blue. HEX triplet: 46, 94 and DD. RGB value is (70,148,221). Sum of RGB (Red+Green+Blue) = 70+148+221=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #4694DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4694DD is #B96B22. Grayscale: #848484. Windows color (decimal): -12151587 or 14521414. OLE color: 14521414.

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

Color convert

RGB70148221-
CMYK0.680.3300.13
HSL209.01º68.95%57.06%-
HSV(B)209.01º68.33%86.67%-
XYZ26.1727.772.37-
YUV133177.6683.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.95%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=15.95%
G=33.71%
B=50.34%

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
Decimal701482210.680.3300.13209.0168.9557.06
Hex4694DD44210Dd14539
Octal1062243351044101532110571
Binary10001101001010011011101100010010000101101110100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4694DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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