#4697DD

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

Shades of Picton Blue #4697DD

Tints of Picton Blue #4697DD

Color information

#4697DD (or 0x4697DD) is unknown color: approx Picton Blue. HEX triplet: 46, 97 and DD. RGB value is (70,151,221). Sum of RGB (Red+Green+Blue) = 70+151+221=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #4697DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4697DD is #B96822. Grayscale: #868686. Windows color (decimal): -12150819 or 14522182. OLE color: 14522182.

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

Color convert

RGB70151221-
CMYK0.680.3200.13
HSL207.81º68.95%57.06%-
HSV(B)207.81º68.33%86.67%-
XYZ26.6428.6672.53-
YUV134.76176.6681.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.84%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 221 (86.72% from 255) = 50%
R=15.84%
G=34.16%
B=50%

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
Decimal701512210.680.3200.13207.8168.9557.06
Hex4697DD44200Dd04539
Octal1062273351044001532010571
Binary10001101001011111011101100010010000001101110100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4697DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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