Shades of Curious Blue #4083B7
Tints of Curious Blue #4083B7
RGB
CMYK
RGB Variations
Color information
#4083B7 (or 0x4083B7) is known color: Curious Blue. HEX triplet: 40, 83 and B7. RGB value is (64,131,183). Sum of RGB (Red+Green+Blue) = 64+131+183=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #4083B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083B7 is #BF7C48. Grayscale: #747474. Windows color (decimal): -12549193 or 12026688. OLE color: 12026688.
HSL color Cylindrical-coordinate representation of color #4083B7: hue angle of 206.22º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4083B7 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 131 | 183 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.28 |
| HSL | 206.22º | 0.48% | 0.48% | - |
| HSV(B) | 206.22º | 0.65% | 0.72% | - |
| XYZ | 18.78 | 20.74 | 47.81 | - |
| YUV | 116.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 183 | 0.65 | 0.28 | 0 | 0.28 | 206.22 | 0.48 | 0.48 |
| Hex | 40 | 83 | B7 | 41 | 1C | 0 | 1C | CE | 30 | 30 |
| Octal | 100 | 203 | 267 | 101 | 34 | 0 | 34 | 316 | 60 | 60 |
| Binary | 1000000 | 10000011 | 10110111 | 1000001 | 11100 | 0 | 11100 | 11001110 | 110000 | 110000 |
Color Harmonies of #4083B7
Complementary color
Monochromatic Colors of #4083B7
Black with #4083B7
Text Example
Text Example
White with #4083B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4083B7; }
p { color: rgb(64,131,183); }
H1.HeaderClassName
{
color: #4083B7;
}
.AnyTagClassName
{
color: #4083B7;
}
</style>
background-color css
<style>
a { background-color: #4083B7; }
a { background-color: rgb(64,131,183); }
div.DivClassName
{
background-color: #4083B7;
}
.BgClassName
{
background-color: #4083B7;
}
</style>
border-color css
<style>
span { border-color: #4083B7; }
span { border-color: rgb(64,131,183); }
td.TdClassName
{
border-color: #4083B7;
}
.TagClassName
{
border-color: #4083B7;
}
</style>