Shades of Curious Blue #4193CC
Tints of Curious Blue #4193CC
RGB
CMYK
RGB Variations
Color information
#4193CC (or 0x4193CC) is known color: Curious Blue. HEX triplet: 41, 93 and CC. RGB value is (65,147,204). Sum of RGB (Red+Green+Blue) = 65+147+204=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #4193CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193CC is #BE6C33. Grayscale: #808080. Windows color (decimal): -12479540 or 13407041. OLE color: 13407041.
HSL color Cylindrical-coordinate representation of color #4193CC: hue angle of 204.6º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4193CC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 147 | 204 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.2 |
| HSL | 204.6º | 0.58% | 0.53% | - |
| HSV(B) | 204.6º | 0.68% | 0.8% | - |
| XYZ | 23.51 | 26.35 | 60.97 | - |
| YUV | 128.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 204 | 0.68 | 0.28 | 0 | 0.2 | 204.6 | 0.58 | 0.53 |
| Hex | 41 | 93 | CC | 44 | 1C | 0 | 14 | CD | 3A | 35 |
| Octal | 101 | 223 | 314 | 104 | 34 | 0 | 24 | 315 | 72 | 65 |
| Binary | 1000001 | 10010011 | 11001100 | 1000100 | 11100 | 0 | 10100 | 11001101 | 111010 | 110101 |
Color Harmonies of #4193CC
Complementary color
Monochromatic Colors of #4193CC
Black with #4193CC
Text Example
Text Example
White with #4193CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193CC; }
p { color: rgb(65,147,204); }
H1.HeaderClassName
{
color: #4193CC;
}
.AnyTagClassName
{
color: #4193CC;
}
</style>
background-color css
<style>
a { background-color: #4193CC; }
a { background-color: rgb(65,147,204); }
div.DivClassName
{
background-color: #4193CC;
}
.BgClassName
{
background-color: #4193CC;
}
</style>
border-color css
<style>
span { border-color: #4193CC; }
span { border-color: rgb(65,147,204); }
td.TdClassName
{
border-color: #4193CC;
}
.TagClassName
{
border-color: #4193CC;
}
</style>