Shades of Curious Blue #4493CD
Tints of Curious Blue #4493CD
RGB
CMYK
RGB Variations
Color information
#4493CD (or 0x4493CD) is known color: Curious Blue. HEX triplet: 44, 93 and CD. RGB value is (68,147,205). Sum of RGB (Red+Green+Blue) = 68+147+205=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #4493CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493CD is #BB6C32. Grayscale: #818181. Windows color (decimal): -12282931 or 13472580. OLE color: 13472580.
HSL color Cylindrical-coordinate representation of color #4493CD: hue angle of 205.4º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4493CD is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 147 | 205 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.20 |
| HSL | 205.4º | 0.58% | 0.54% | - |
| HSV(B) | 205.4º | 0.67% | 0.8% | - |
| XYZ | 23.84 | 26.5 | 61.62 | - |
| YUV | 129.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 205 | 0.67 | 0.28 | 0 | 0.20 | 205.4 | 0.58 | 0.54 |
| Hex | 44 | 93 | CD | 43 | 1C | 0 | 14 | CD | 3A | 36 |
| Octal | 104 | 223 | 315 | 103 | 34 | 0 | 24 | 315 | 72 | 66 |
| Binary | 1000100 | 10010011 | 11001101 | 1000011 | 11100 | 0 | 10100 | 11001101 | 111010 | 110110 |
Color Harmonies of #4493CD
Complementary color
Monochromatic Colors of #4493CD
Black with #4493CD
Text Example
Text Example
White with #4493CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4493CD; }
p { color: rgb(68,147,205); }
H1.HeaderClassName
{
color: #4493CD;
}
.AnyTagClassName
{
color: #4493CD;
}
</style>
background-color css
<style>
a { background-color: #4493CD; }
a { background-color: rgb(68,147,205); }
div.DivClassName
{
background-color: #4493CD;
}
.BgClassName
{
background-color: #4493CD;
}
</style>
border-color css
<style>
span { border-color: #4493CD; }
span { border-color: rgb(68,147,205); }
td.TdClassName
{
border-color: #4493CD;
}
.TagClassName
{
border-color: #4493CD;
}
</style>