Shades of Curious Blue #4594C9
Tints of Curious Blue #4594C9
RGB
CMYK
RGB Variations
Color information
#4594C9 (or 0x4594C9) is known color: Curious Blue. HEX triplet: 45, 94 and C9. RGB value is (69,148,201). Sum of RGB (Red+Green+Blue) = 69+148+201=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #4594C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594C9 is #BA6B36. Grayscale: #828282. Windows color (decimal): -12217143 or 13210693. OLE color: 13210693.
HSL color Cylindrical-coordinate representation of color #4594C9: hue angle of 204.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4594C9 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 148 | 201 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.21 |
| HSL | 204.09º | 0.55% | 0.53% | - |
| HSV(B) | 204.09º | 0.66% | 0.79% | - |
| XYZ | 23.59 | 26.66 | 59.16 | - |
| YUV | 130.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 148 | 201 | 0.66 | 0.26 | 0 | 0.21 | 204.09 | 0.55 | 0.53 |
| Hex | 45 | 94 | C9 | 42 | 1A | 0 | 15 | CC | 37 | 35 |
| Octal | 105 | 224 | 311 | 102 | 32 | 0 | 25 | 314 | 67 | 65 |
| Binary | 1000101 | 10010100 | 11001001 | 1000010 | 11010 | 0 | 10101 | 11001100 | 110111 | 110101 |
Color Harmonies of #4594C9
Complementary color
Monochromatic Colors of #4594C9
Black with #4594C9
Text Example
Text Example
White with #4594C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4594C9; }
p { color: rgb(69,148,201); }
H1.HeaderClassName
{
color: #4594C9;
}
.AnyTagClassName
{
color: #4594C9;
}
</style>
background-color css
<style>
a { background-color: #4594C9; }
a { background-color: rgb(69,148,201); }
div.DivClassName
{
background-color: #4594C9;
}
.BgClassName
{
background-color: #4594C9;
}
</style>
border-color css
<style>
span { border-color: #4594C9; }
span { border-color: rgb(69,148,201); }
td.TdClassName
{
border-color: #4594C9;
}
.TagClassName
{
border-color: #4594C9;
}
</style>