#469EDB

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

Shades of Picton Blue #469EDB

Tints of Picton Blue #469EDB

Color information

#469EDB (or 0x469EDB) is unknown color: approx Picton Blue. HEX triplet: 46, 9E and DB. RGB value is (70,158,219). Sum of RGB (Red+Green+Blue) = 70+158+219=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #469EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EDB is #B96124. Grayscale: #8A8A8A. Windows color (decimal): -12149029 or 14392902. OLE color: 14392902.

HSL color Cylindrical-coordinate representation of color #469EDB: hue angle of 204.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469EDB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70158219-
CMYK0.680.2800.14
HSL204.56º67.42%56.67%-
HSV(B)204.56º68.04%85.88%-
XYZ27.5430.8771.52-
YUV138.64173.3579.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.66%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=15.66%
G=35.35%
B=48.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal701582190.680.2800.14204.5667.4256.67
Hex469EDB441C0Ecd4339
Octal1062363331043401631510371
Binary1000110100111101101101110001001110001110110011011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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