#449BD5

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

Shades of Picton Blue #449BD5

Tints of Picton Blue #449BD5

Color information

#449BD5 (or 0x449BD5) is unknown color: approx Picton Blue. HEX triplet: 44, 9B and D5. RGB value is (68,155,213). Sum of RGB (Red+Green+Blue) = 68+155+213=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #449BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BD5 is #BB642A. Grayscale: #878787. Windows color (decimal): -12280875 or 13998916. OLE color: 13998916.

HSL color Cylindrical-coordinate representation of color #449BD5: hue angle of 204º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #449BD5 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68155213-
CMYK0.680.2700.16
HSL204º63.32%55.1%-
HSV(B)204º68.08%83.53%-
XYZ26.1229.4867.26-
YUV135.6171.6879.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.60%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=15.60%
G=35.55%
B=48.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681552130.680.2700.1620463.3255.1
Hex449BD5441B010cc3f37
Octal104233325104330203147767
Binary1000100100110111101010110001001101101000011001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,155,213); }

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

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

 a { background-color: rgb(68,155,213); }

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

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

 span { border-color: rgb(68,155,213); }

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