Shades of Summer Sky #449BE6
Tints of Summer Sky #449BE6
RGB
CMYK
RGB Variations
Color information
#449BE6 (or 0x449BE6) is known color: Summer Sky. HEX triplet: 44, 9B and E6. RGB value is (68,155,230). Sum of RGB (Red+Green+Blue) = 68+155+230=453 (60% of max value = 765). Red value is 68 (26.95% from 255 or 15.01% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #449BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BE6 is #BB6419. Grayscale: #898989. Windows color (decimal): -12280858 or 15113028. OLE color: 15113028.
HSL color Cylindrical-coordinate representation of color #449BE6: hue angle of 207.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #449BE6 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 155 | 230 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.10 |
| HSL | 207.78º | 0.76% | 0.58% | - |
| HSV(B) | 207.78º | 0.7% | 0.9% | - |
| XYZ | 28.39 | 30.38 | 79.23 | - |
| YUV | 137.54 | 180.18 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 230 | 0.70 | 0.33 | 0 | 0.10 | 207.78 | 0.76 | 0.58 |
| Hex | 44 | 9B | E6 | 46 | 21 | 0 | A | D0 | 4C | 3A |
| Octal | 104 | 233 | 346 | 106 | 41 | 0 | 12 | 320 | 114 | 72 |
| Binary | 1000100 | 10011011 | 11100110 | 1000110 | 100001 | 0 | 1010 | 11010000 | 1001100 | 111010 |
Color Harmonies of #449BE6
Complementary color
Monochromatic Colors of #449BE6
Black with #449BE6
Text Example
Text Example
White with #449BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BE6; }
p { color: rgb(68,155,230); }
H1.HeaderClassName
{
color: #449BE6;
}
.AnyTagClassName
{
color: #449BE6;
}
</style>
background-color css
<style>
a { background-color: #449BE6; }
a { background-color: rgb(68,155,230); }
div.DivClassName
{
background-color: #449BE6;
}
.BgClassName
{
background-color: #449BE6;
}
</style>
border-color css
<style>
span { border-color: #449BE6; }
span { border-color: rgb(68,155,230); }
td.TdClassName
{
border-color: #449BE6;
}
.TagClassName
{
border-color: #449BE6;
}
</style>