Shades of Curious Blue #4593CB
Tints of Curious Blue #4593CB
RGB
CMYK
RGB Variations
Color information
#4593CB (or 0x4593CB) is known color: Curious Blue. HEX triplet: 45, 93 and CB. RGB value is (69,147,203). Sum of RGB (Red+Green+Blue) = 69+147+203=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4593CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4593CB is #BA6C34. Grayscale: #818181. Windows color (decimal): -12217397 or 13341509. OLE color: 13341509.
HSL color Cylindrical-coordinate representation of color #4593CB: hue angle of 205.07º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4593CB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 147 | 203 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.20 |
| HSL | 205.07º | 0.56% | 0.53% | - |
| HSV(B) | 205.07º | 0.66% | 0.8% | - |
| XYZ | 23.67 | 26.44 | 60.36 | - |
| YUV | 130.06 | 169.16 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 203 | 0.66 | 0.28 | 0 | 0.20 | 205.07 | 0.56 | 0.53 |
| Hex | 45 | 93 | CB | 42 | 1C | 0 | 14 | CD | 38 | 35 |
| Octal | 105 | 223 | 313 | 102 | 34 | 0 | 24 | 315 | 70 | 65 |
| Binary | 1000101 | 10010011 | 11001011 | 1000010 | 11100 | 0 | 10100 | 11001101 | 111000 | 110101 |
Color Harmonies of #4593CB
Complementary color
Monochromatic Colors of #4593CB
Black with #4593CB
Text Example
Text Example
White with #4593CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4593CB; }
p { color: rgb(69,147,203); }
H1.HeaderClassName
{
color: #4593CB;
}
.AnyTagClassName
{
color: #4593CB;
}
</style>
background-color css
<style>
a { background-color: #4593CB; }
a { background-color: rgb(69,147,203); }
div.DivClassName
{
background-color: #4593CB;
}
.BgClassName
{
background-color: #4593CB;
}
</style>
border-color css
<style>
span { border-color: #4593CB; }
span { border-color: rgb(69,147,203); }
td.TdClassName
{
border-color: #4593CB;
}
.TagClassName
{
border-color: #4593CB;
}
</style>