#4698E5

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

Shades of Picton Blue #4698E5

Tints of Picton Blue #4698E5

Color information

#4698E5 (or 0x4698E5) is unknown color: approx Picton Blue. HEX triplet: 46, 98 and E5. RGB value is (70,152,229). Sum of RGB (Red+Green+Blue) = 70+152+229=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #4698E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4698E5 is #B9671A. Grayscale: #878787. Windows color (decimal): -12150555 or 15046726. OLE color: 15046726.

HSL color Cylindrical-coordinate representation of color #4698E5: hue angle of 209.06º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4698E5 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB70152229-
CMYK0.690.3400.10
HSL209.06º75.36%58.63%-
HSV(B)209.06º69.43%89.8%-
XYZ27.929.4278.34-
YUV136.26180.3380.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.52%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=15.52%
G=33.70%
B=50.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal701522290.690.3400.10209.0675.3658.63
Hex4698E545220Ad14b3b
Octal1062303451054201232111373
Binary10001101001100011100101100010110001001010110100011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4698E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4698E5; }

 p { color: rgb(70,152,229); }

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

<style>
 a { background-color: #4698E5; }

 a { background-color: rgb(70,152,229); }

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

<style>
 span { border-color: #4698E5; }

 span { border-color: rgb(70,152,229); }

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