#469ED5

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

Shades of Picton Blue #469ED5

Tints of Picton Blue #469ED5

Color information

#469ED5 (or 0x469ED5) is unknown color: approx Picton Blue. HEX triplet: 46, 9E and D5. RGB value is (70,158,213). Sum of RGB (Red+Green+Blue) = 70+158+213=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #469ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469ED5 is #B9612A. Grayscale: #898989. Windows color (decimal): -12149035 or 13999686. OLE color: 13999686.

HSL color Cylindrical-coordinate representation of color #469ED5: hue angle of 203.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469ED5 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70158213-
CMYK0.670.2600.16
HSL203.08º63%55.49%-
HSV(B)203.08º67.14%83.53%-
XYZ26.7630.5667.44-
YUV137.96170.3579.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.87%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 213 (83.59% from 255) = 48.30%
R=15.87%
G=35.83%
B=48.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701582130.670.2600.16203.086355.49
Hex469ED5431A010cb3f37
Octal106236325103320203137767
Binary1000110100111101101010110000111101001000011001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469ED5; }

 p { color: rgb(70,158,213); }

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

<style>
 a { background-color: #469ED5; }

 a { background-color: rgb(70,158,213); }

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

<style>
 span { border-color: #469ED5; }

 span { border-color: rgb(70,158,213); }

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