#448EDB

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

Shades of Picton Blue #448EDB

Tints of Picton Blue #448EDB

Color information

#448EDB (or 0x448EDB) is unknown color: approx Picton Blue. HEX triplet: 44, 8E and DB. RGB value is (68,142,219). Sum of RGB (Red+Green+Blue) = 68+142+219=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #448EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EDB is #BB7124. Grayscale: #808080. Windows color (decimal): -12284197 or 14388804. OLE color: 14388804.

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

Color convert

RGB68142219-
CMYK0.690.3500.14
HSL210.6º67.71%56.27%-
HSV(B)210.6º68.95%85.88%-
XYZ24.8425.6970.67-
YUV128.65178.9884.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.85%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=15.85%
G=33.10%
B=51.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681422190.690.3500.14210.667.7156.27
Hex448EDB45230Ed34438
Octal1042163331054301632310470
Binary10001001000111011011011100010110001101110110100111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,142,219); }

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

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

 a { background-color: rgb(68,142,219); }

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

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

 span { border-color: rgb(68,142,219); }

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