#4699E6

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

Shades of Picton Blue #4699E6

Tints of Picton Blue #4699E6

Color information

#4699E6 (or 0x4699E6) is unknown color: approx Picton Blue. HEX triplet: 46, 99 and E6. RGB value is (70,153,230). Sum of RGB (Red+Green+Blue) = 70+153+230=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #4699E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4699E6 is #B96619. Grayscale: #888888. Windows color (decimal): -12150298 or 15112518. OLE color: 15112518.

HSL color Cylindrical-coordinate representation of color #4699E6: hue angle of 208.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4699E6 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB70153230-
CMYK0.700.3300.10
HSL208.88º76.19%58.82%-
HSV(B)208.88º69.57%90.2%-
XYZ28.229.879.13-
YUV136.96180.580.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.45%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 230 (90.23% from 255) = 50.77%
R=15.45%
G=33.77%
B=50.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal701532300.700.3300.10208.8876.1958.82
Hex4699E646210Ad14c3b
Octal1062313461064101232111473
Binary10001101001100111100110100011010000101010110100011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4699E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4699E6; }

 p { color: rgb(70,153,230); }

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

<style>
 a { background-color: #4699E6; }

 a { background-color: rgb(70,153,230); }

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

<style>
 span { border-color: #4699E6; }

 span { border-color: rgb(70,153,230); }

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