Shades of Curious Blue #4493CB
Tints of Curious Blue #4493CB
RGB
CMYK
RGB Variations
Color information
#4493CB (or 0x4493CB) is known color: Curious Blue. HEX triplet: 44, 93 and CB. RGB value is (68,147,203). Sum of RGB (Red+Green+Blue) = 68+147+203=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #4493CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493CB is #BB6C34. Grayscale: #818181. Windows color (decimal): -12282933 or 13341508. OLE color: 13341508.
HSL color Cylindrical-coordinate representation of color #4493CB: hue angle of 204.89º degrees, saturation: 0.56, 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 #4493CB is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 147 | 203 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.20 |
| HSL | 204.89º | 0.56% | 0.53% | - |
| HSV(B) | 204.89º | 0.67% | 0.8% | - |
| XYZ | 23.6 | 26.41 | 60.35 | - |
| YUV | 129.76 | 169.33 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 203 | 0.67 | 0.28 | 0 | 0.20 | 204.89 | 0.56 | 0.53 |
| Hex | 44 | 93 | CB | 43 | 1C | 0 | 14 | CD | 38 | 35 |
| Octal | 104 | 223 | 313 | 103 | 34 | 0 | 24 | 315 | 70 | 65 |
| Binary | 1000100 | 10010011 | 11001011 | 1000011 | 11100 | 0 | 10100 | 11001101 | 111000 | 110101 |
Color Harmonies of #4493CB
Complementary color
Monochromatic Colors of #4493CB
Black with #4493CB
Text Example
Text Example
White with #4493CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4493CB; }
p { color: rgb(68,147,203); }
H1.HeaderClassName
{
color: #4493CB;
}
.AnyTagClassName
{
color: #4493CB;
}
</style>
background-color css
<style>
a { background-color: #4493CB; }
a { background-color: rgb(68,147,203); }
div.DivClassName
{
background-color: #4493CB;
}
.BgClassName
{
background-color: #4493CB;
}
</style>
border-color css
<style>
span { border-color: #4493CB; }
span { border-color: rgb(68,147,203); }
td.TdClassName
{
border-color: #4493CB;
}
.TagClassName
{
border-color: #4493CB;
}
</style>