#449AC9

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

Shades of Picton Blue #449AC9

Tints of Picton Blue #449AC9

Color information

#449AC9 (or 0x449AC9) is unknown color: approx Picton Blue. HEX triplet: 44, 9A and C9. RGB value is (68,154,201). Sum of RGB (Red+Green+Blue) = 68+154+201=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #449AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AC9 is #BB6536. Grayscale: #858585. Windows color (decimal): -12281143 or 13212228. OLE color: 13212228.

HSL color Cylindrical-coordinate representation of color #449AC9: hue angle of 201.2º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449AC9 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB68154201-
CMYK0.660.2300.21
HSL201.2º55.19%52.75%-
HSV(B)201.2º66.17%78.82%-
XYZ24.4828.5659.48-
YUV133.64166.0181.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.08%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=16.08%
G=36.41%
B=47.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681542010.660.2300.21201.255.1952.75
Hex449AC94217015c93735
Octal104232311102270253116765
Binary1000100100110101100100110000101011101010111001001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,154,201); }

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

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

 a { background-color: rgb(68,154,201); }

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

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

 span { border-color: rgb(68,154,201); }

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