Shades of Curious Blue #4594CA
Tints of Curious Blue #4594CA
RGB
CMYK
RGB Variations
Color information
#4594CA (or 0x4594CA) is known color: Curious Blue. HEX triplet: 45, 94 and CA. RGB value is (69,148,202). Sum of RGB (Red+Green+Blue) = 69+148+202=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #4594CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594CA is #BA6B35. Grayscale: #828282. Windows color (decimal): -12217142 or 13276229. OLE color: 13276229.
HSL color Cylindrical-coordinate representation of color #4594CA: hue angle of 204.36º degrees, saturation: 0.56, 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 #4594CA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 148 | 202 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.21 |
| HSL | 204.36º | 0.56% | 0.53% | - |
| HSV(B) | 204.36º | 0.66% | 0.79% | - |
| XYZ | 23.7 | 26.71 | 59.78 | - |
| YUV | 130.54 | 168.33 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 148 | 202 | 0.66 | 0.27 | 0 | 0.21 | 204.36 | 0.56 | 0.53 |
| Hex | 45 | 94 | CA | 42 | 1B | 0 | 15 | CC | 38 | 35 |
| Octal | 105 | 224 | 312 | 102 | 33 | 0 | 25 | 314 | 70 | 65 |
| Binary | 1000101 | 10010100 | 11001010 | 1000010 | 11011 | 0 | 10101 | 11001100 | 111000 | 110101 |
Color Harmonies of #4594CA
Complementary color
Monochromatic Colors of #4594CA
Black with #4594CA
Text Example
Text Example
White with #4594CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4594CA; }
p { color: rgb(69,148,202); }
H1.HeaderClassName
{
color: #4594CA;
}
.AnyTagClassName
{
color: #4594CA;
}
</style>
background-color css
<style>
a { background-color: #4594CA; }
a { background-color: rgb(69,148,202); }
div.DivClassName
{
background-color: #4594CA;
}
.BgClassName
{
background-color: #4594CA;
}
</style>
border-color css
<style>
span { border-color: #4594CA; }
span { border-color: rgb(69,148,202); }
td.TdClassName
{
border-color: #4594CA;
}
.TagClassName
{
border-color: #4594CA;
}
</style>