Shades of Curious Blue #4487C8
Tints of Curious Blue #4487C8
RGB
CMYK
RGB Variations
Color information
#4487C8 (or 0x4487C8) is known color: Curious Blue. HEX triplet: 44, 87 and C8. RGB value is (68,135,200). Sum of RGB (Red+Green+Blue) = 68+135+200=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #4487C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487C8 is #BB7837. Grayscale: #7A7A7A. Windows color (decimal): -12286008 or 13141828. OLE color: 13141828.
HSL color Cylindrical-coordinate representation of color #4487C8: hue angle of 209.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4487C8 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 135 | 200 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.22 |
| HSL | 209.55º | 0.55% | 0.53% | - |
| HSV(B) | 209.55º | 0.66% | 0.78% | - |
| XYZ | 21.47 | 22.73 | 57.9 | - |
| YUV | 122.38 | 171.8 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 200 | 0.66 | 0.32 | 0 | 0.22 | 209.55 | 0.55 | 0.53 |
| Hex | 44 | 87 | C8 | 42 | 20 | 0 | 16 | D2 | 37 | 35 |
| Octal | 104 | 207 | 310 | 102 | 40 | 0 | 26 | 322 | 67 | 65 |
| Binary | 1000100 | 10000111 | 11001000 | 1000010 | 100000 | 0 | 10110 | 11010010 | 110111 | 110101 |
Color Harmonies of #4487C8
Complementary color
Monochromatic Colors of #4487C8
Black with #4487C8
Text Example
Text Example
White with #4487C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4487C8; }
p { color: rgb(68,135,200); }
H1.HeaderClassName
{
color: #4487C8;
}
.AnyTagClassName
{
color: #4487C8;
}
</style>
background-color css
<style>
a { background-color: #4487C8; }
a { background-color: rgb(68,135,200); }
div.DivClassName
{
background-color: #4487C8;
}
.BgClassName
{
background-color: #4487C8;
}
</style>
border-color css
<style>
span { border-color: #4487C8; }
span { border-color: rgb(68,135,200); }
td.TdClassName
{
border-color: #4487C8;
}
.TagClassName
{
border-color: #4487C8;
}
</style>