Shades of Curious Blue #4492BD
Tints of Curious Blue #4492BD
RGB
CMYK
RGB Variations
Color information
#4492BD (or 0x4492BD) is known color: Curious Blue. HEX triplet: 44, 92 and BD. RGB value is (68,146,189). Sum of RGB (Red+Green+Blue) = 68+146+189=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #4492BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4492BD is #BB6D42. Grayscale: #7F7F7F. Windows color (decimal): -12283203 or 12423748. OLE color: 12423748.
HSL color Cylindrical-coordinate representation of color #4492BD: hue angle of 201.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4492BD is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 146 | 189 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.26 |
| HSL | 201.32º | 0.48% | 0.5% | - |
| HSV(B) | 201.32º | 0.64% | 0.74% | - |
| XYZ | 21.85 | 25.46 | 51.91 | - |
| YUV | 127.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 146 | 189 | 0.64 | 0.23 | 0 | 0.26 | 201.32 | 0.48 | 0.5 |
| Hex | 44 | 92 | BD | 40 | 17 | 0 | 1A | C9 | 30 | 32 |
| Octal | 104 | 222 | 275 | 100 | 27 | 0 | 32 | 311 | 60 | 62 |
| Binary | 1000100 | 10010010 | 10111101 | 1000000 | 10111 | 0 | 11010 | 11001001 | 110000 | 110010 |
Color Harmonies of #4492BD
Complementary color
Monochromatic Colors of #4492BD
Black with #4492BD
Text Example
Text Example
White with #4492BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4492BD; }
p { color: rgb(68,146,189); }
H1.HeaderClassName
{
color: #4492BD;
}
.AnyTagClassName
{
color: #4492BD;
}
</style>
background-color css
<style>
a { background-color: #4492BD; }
a { background-color: rgb(68,146,189); }
div.DivClassName
{
background-color: #4492BD;
}
.BgClassName
{
background-color: #4492BD;
}
</style>
border-color css
<style>
span { border-color: #4492BD; }
span { border-color: rgb(68,146,189); }
td.TdClassName
{
border-color: #4492BD;
}
.TagClassName
{
border-color: #4492BD;
}
</style>