#449ECB

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

Shades of Picton Blue #449ECB

Tints of Picton Blue #449ECB

Color information

#449ECB (or 0x449ECB) is unknown color: approx Picton Blue. HEX triplet: 44, 9E and CB. RGB value is (68,158,203). Sum of RGB (Red+Green+Blue) = 68+158+203=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #449ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ECB is #BB6134. Grayscale: #878787. Windows color (decimal): -12280117 or 13344324. OLE color: 13344324.

HSL color Cylindrical-coordinate representation of color #449ECB: hue angle of 200º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449ECB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68158203-
CMYK0.670.2200.20
HSL200º56.49%53.14%-
HSV(B)200º66.5%79.61%-
XYZ25.3929.9960.95-
YUV136.22165.6879.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.85%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=15.85%
G=36.83%
B=47.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681582030.670.2200.2020056.4953.14
Hex449ECB4316014c83835
Octal104236313103260243107065
Binary1000100100111101100101110000111011001010011001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449ECB; }

 p { color: rgb(68,158,203); }

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

<style>
 a { background-color: #449ECB; }

 a { background-color: rgb(68,158,203); }

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

<style>
 span { border-color: #449ECB; }

 span { border-color: rgb(68,158,203); }

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