#469bdb

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

Shades of Picton Blue #469BDB

Tints of Picton Blue #469BDB

Color information

#469BDB (or 0x469BDB) is unknown color: approx Picton Blue. HEX triplet: 46, 9B and DB. RGB value is (70,155,219). Sum of RGB (Red+Green+Blue) = 70+155+219=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #469BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BDB is #B96424. Grayscale: #888888. Windows color (decimal): -12149797 or 14392134. OLE color: 14392134.

HSL color Cylindrical-coordinate representation of color #469BDB: hue angle of 205.77º 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 #469BDB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70155219-
CMYK0.680.2900.14
HSL205.77º67.42%56.67%-
HSV(B)205.77º68.04%85.88%-
XYZ27.0329.8671.36-
YUV136.88174.3480.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.77%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=15.77%
G=34.91%
B=49.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal701552190.680.2900.14205.7767.4256.67
Hex469BDB441D0Ece4339
Octal1062333331043501631610371
Binary1000110100110111101101110001001110101110110011101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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