Shades of Summer Sky #449BDF
Tints of Summer Sky #449BDF
RGB
CMYK
RGB Variations
Color information
#449BDF (or 0x449BDF) is known color: Summer Sky. HEX triplet: 44, 9B and DF. RGB value is (68,155,223). Sum of RGB (Red+Green+Blue) = 68+155+223=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #449BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BDF is #BB6420. Grayscale: #888888. Windows color (decimal): -12280865 or 14654276. OLE color: 14654276.
HSL color Cylindrical-coordinate representation of color #449BDF: hue angle of 206.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449BDF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 155 | 223 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.13 |
| HSL | 206.32º | 0.71% | 0.57% | - |
| HSV(B) | 206.32º | 0.7% | 0.87% | - |
| XYZ | 27.42 | 30 | 74.16 | - |
| YUV | 136.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 223 | 0.70 | 0.30 | 0 | 0.13 | 206.32 | 0.71 | 0.57 |
| Hex | 44 | 9B | DF | 46 | 1E | 0 | D | CE | 47 | 39 |
| Octal | 104 | 233 | 337 | 106 | 36 | 0 | 15 | 316 | 107 | 71 |
| Binary | 1000100 | 10011011 | 11011111 | 1000110 | 11110 | 0 | 1101 | 11001110 | 1000111 | 111001 |
Color Harmonies of #449BDF
Complementary color
Monochromatic Colors of #449BDF
Black with #449BDF
Text Example
Text Example
White with #449BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BDF; }
p { color: rgb(68,155,223); }
H1.HeaderClassName
{
color: #449BDF;
}
.AnyTagClassName
{
color: #449BDF;
}
</style>
background-color css
<style>
a { background-color: #449BDF; }
a { background-color: rgb(68,155,223); }
div.DivClassName
{
background-color: #449BDF;
}
.BgClassName
{
background-color: #449BDF;
}
</style>
border-color css
<style>
span { border-color: #449BDF; }
span { border-color: rgb(68,155,223); }
td.TdClassName
{
border-color: #449BDF;
}
.TagClassName
{
border-color: #449BDF;
}
</style>