#449dd0

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

Shades of Picton Blue #449DD0

Tints of Picton Blue #449DD0

Color information

#449DD0 (or 0x449DD0) is unknown color: approx Picton Blue. HEX triplet: 44, 9D and D0. RGB value is (68,157,208). Sum of RGB (Red+Green+Blue) = 68+157+208=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #449DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DD0 is #BB622F. Grayscale: #878787. Windows color (decimal): -12280368 or 13671748. OLE color: 13671748.

HSL color Cylindrical-coordinate representation of color #449DD0: hue angle of 201.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449DD0 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68157208-
CMYK0.670.2500.18
HSL201.86º59.83%54.12%-
HSV(B)201.86º67.31%81.57%-
XYZ25.8329.964.08-
YUV136.2168.5179.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.70%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 208 (81.64% from 255) = 48.04%
R=15.70%
G=36.26%
B=48.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681572080.670.2500.18201.8659.8354.12
Hex449DD04319012ca3c36
Octal104235320103310223127466
Binary1000100100111011101000010000111100101001011001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449dd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,157,208); }

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

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

 a { background-color: rgb(68,157,208); }

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

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

 span { border-color: rgb(68,157,208); }

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