Shades of Picton Blue #449BCC
Tints of Picton Blue #449BCC
RGB
CMYK
RGB Variations
Color information
#449BCC (or 0x449BCC) is known color: 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
| RGB | 68 | 155 | 204 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.2 |
| HSL | 201.62º | 0.57% | 0.53% | - |
| HSV(B) | 201.62º | 0.67% | 0.8% | - |
| XYZ | 25 | 29.03 | 61.41 | - |
| YUV | 134.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 204 | 0.67 | 0.24 | 0 | 0.2 | 201.62 | 0.57 | 0.53 |
| Hex | 44 | 9B | CC | 43 | 18 | 0 | 14 | CA | 39 | 35 |
| Octal | 104 | 233 | 314 | 103 | 30 | 0 | 24 | 312 | 71 | 65 |
| Binary | 1000100 | 10011011 | 11001100 | 1000011 | 11000 | 0 | 10100 | 11001010 | 111001 | 110101 |
Color Harmonies of #449BCC
Complementary color
Monochromatic Colors of #449BCC
Black with #449BCC
Text Example
Text Example
White with #449BCC
Text Example
Text Example
HTML Codes & Css Web 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>