Shades of Curious Blue #4793BD
Tints of Curious Blue #4793BD
RGB
CMYK
RGB Variations
Color information
#4793BD (or 0x4793BD) is known color: Curious Blue. HEX triplet: 47, 93 and BD. RGB value is (71,147,189). Sum of RGB (Red+Green+Blue) = 71+147+189=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #4793BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4793BD is #B86C42. Grayscale: #808080. Windows color (decimal): -12086339 or 12424007. OLE color: 12424007.
HSL color Cylindrical-coordinate representation of color #4793BD: hue angle of 201.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4793BD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 147 | 189 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.26 |
| HSL | 201.36º | 0.47% | 0.51% | - |
| HSV(B) | 201.36º | 0.62% | 0.74% | - |
| XYZ | 22.22 | 25.88 | 51.97 | - |
| YUV | 129.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 147 | 189 | 0.62 | 0.22 | 0 | 0.26 | 201.36 | 0.47 | 0.51 |
| Hex | 47 | 93 | BD | 3E | 16 | 0 | 1A | C9 | 2F | 33 |
| Octal | 107 | 223 | 275 | 76 | 26 | 0 | 32 | 311 | 57 | 63 |
| Binary | 1000111 | 10010011 | 10111101 | 111110 | 10110 | 0 | 11010 | 11001001 | 101111 | 110011 |
Color Harmonies of #4793BD
Complementary color
Monochromatic Colors of #4793BD
Black with #4793BD
Text Example
Text Example
White with #4793BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4793BD; }
p { color: rgb(71,147,189); }
H1.HeaderClassName
{
color: #4793BD;
}
.AnyTagClassName
{
color: #4793BD;
}
</style>
background-color css
<style>
a { background-color: #4793BD; }
a { background-color: rgb(71,147,189); }
div.DivClassName
{
background-color: #4793BD;
}
.BgClassName
{
background-color: #4793BD;
}
</style>
border-color css
<style>
span { border-color: #4793BD; }
span { border-color: rgb(71,147,189); }
td.TdClassName
{
border-color: #4793BD;
}
.TagClassName
{
border-color: #4793BD;
}
</style>