Shades of Curious Blue #458AB6
Tints of Curious Blue #458AB6
RGB
CMYK
RGB Variations
Color information
#458AB6 (or 0x458AB6) is known color: Curious Blue. HEX triplet: 45, 8A and B6. RGB value is (69,138,182). Sum of RGB (Red+Green+Blue) = 69+138+182=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #458AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AB6 is #BA7549. Grayscale: #7A7A7A. Windows color (decimal): -12219722 or 11962949. OLE color: 11962949.
HSL color Cylindrical-coordinate representation of color #458AB6: hue angle of 203.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #458AB6 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 138 | 182 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.29 |
| HSL | 203.36º | 0.45% | 0.49% | - |
| HSV(B) | 203.36º | 0.62% | 0.71% | - |
| XYZ | 19.99 | 22.82 | 47.61 | - |
| YUV | 122.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 182 | 0.62 | 0.24 | 0 | 0.29 | 203.36 | 0.45 | 0.49 |
| Hex | 45 | 8A | B6 | 3E | 18 | 0 | 1D | CB | 2D | 31 |
| Octal | 105 | 212 | 266 | 76 | 30 | 0 | 35 | 313 | 55 | 61 |
| Binary | 1000101 | 10001010 | 10110110 | 111110 | 11000 | 0 | 11101 | 11001011 | 101101 | 110001 |
Color Harmonies of #458AB6
Complementary color
Monochromatic Colors of #458AB6
Black with #458AB6
Text Example
Text Example
White with #458AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AB6; }
p { color: rgb(69,138,182); }
H1.HeaderClassName
{
color: #458AB6;
}
.AnyTagClassName
{
color: #458AB6;
}
</style>
background-color css
<style>
a { background-color: #458AB6; }
a { background-color: rgb(69,138,182); }
div.DivClassName
{
background-color: #458AB6;
}
.BgClassName
{
background-color: #458AB6;
}
</style>
border-color css
<style>
span { border-color: #458AB6; }
span { border-color: rgb(69,138,182); }
td.TdClassName
{
border-color: #458AB6;
}
.TagClassName
{
border-color: #458AB6;
}
</style>