#449BCC

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

Shades of Picton Blue #449BCC

Tints of Picton Blue #449BCC

Color information

#449BCC (or 0x449BCC) is unknown color: approx Picton Blue. HEX triplet: 44, 9B and CC. RGB value is (68,155,204). Sum of RGB (Red+Green+Blue) = 68+155+204=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #449BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BCC is #BB6433. Grayscale: #868686. Windows color (decimal): -12280884 or 13409092. OLE color: 13409092.

HSL color Cylindrical-coordinate representation of color #449BCC: hue angle of 201.62º degrees, saturation: 0.57, 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 #449BCC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68155204-
CMYK0.670.2400.2
HSL201.62º57.14%53.33%-
HSV(B)201.62º66.67%80%-
XYZ2529.0361.41-
YUV134.57167.1880.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.93%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=15.93%
G=36.30%
B=47.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681552040.670.2400.2201.6257.1453.33
Hex449BCC4318014ca3935
Octal104233314103300243127165
Binary1000100100110111100110010000111100001010011001010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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