Shades of Curious Blue #458AC4
Tints of Curious Blue #458AC4
RGB
CMYK
RGB Variations
Color information
#458AC4 (or 0x458AC4) is known color: Curious Blue. HEX triplet: 45, 8A and C4. RGB value is (69,138,196). Sum of RGB (Red+Green+Blue) = 69+138+196=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #458AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AC4 is #BA753B. Grayscale: #7B7B7B. Windows color (decimal): -12219708 or 12880453. OLE color: 12880453.
HSL color Cylindrical-coordinate representation of color #458AC4: hue angle of 207.4º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #458AC4 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 138 | 196 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.23 |
| HSL | 207.4º | 0.52% | 0.52% | - |
| HSV(B) | 207.4º | 0.65% | 0.77% | - |
| XYZ | 21.51 | 23.43 | 55.61 | - |
| YUV | 123.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 196 | 0.65 | 0.30 | 0 | 0.23 | 207.4 | 0.52 | 0.52 |
| Hex | 45 | 8A | C4 | 41 | 1E | 0 | 17 | CF | 34 | 34 |
| Octal | 105 | 212 | 304 | 101 | 36 | 0 | 27 | 317 | 64 | 64 |
| Binary | 1000101 | 10001010 | 11000100 | 1000001 | 11110 | 0 | 10111 | 11001111 | 110100 | 110100 |
Color Harmonies of #458AC4
Complementary color
Monochromatic Colors of #458AC4
Black with #458AC4
Text Example
Text Example
White with #458AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AC4; }
p { color: rgb(69,138,196); }
H1.HeaderClassName
{
color: #458AC4;
}
.AnyTagClassName
{
color: #458AC4;
}
</style>
background-color css
<style>
a { background-color: #458AC4; }
a { background-color: rgb(69,138,196); }
div.DivClassName
{
background-color: #458AC4;
}
.BgClassName
{
background-color: #458AC4;
}
</style>
border-color css
<style>
span { border-color: #458AC4; }
span { border-color: rgb(69,138,196); }
td.TdClassName
{
border-color: #458AC4;
}
.TagClassName
{
border-color: #458AC4;
}
</style>