Shades of Curious Blue #4481C6
Tints of Curious Blue #4481C6
RGB
CMYK
RGB Variations
Color information
#4481C6 (or 0x4481C6) is known color: Curious Blue. HEX triplet: 44, 81 and C6. RGB value is (68,129,198). Sum of RGB (Red+Green+Blue) = 68+129+198=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #4481C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481C6 is #BB7E39. Grayscale: #767676. Windows color (decimal): -12287546 or 13009220. OLE color: 13009220.
HSL color Cylindrical-coordinate representation of color #4481C6: hue angle of 211.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4481C6 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 129 | 198 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.22 |
| HSL | 211.85º | 0.53% | 0.52% | - |
| HSV(B) | 211.85º | 0.66% | 0.78% | - |
| XYZ | 20.43 | 21.01 | 56.4 | - |
| YUV | 118.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 198 | 0.66 | 0.35 | 0 | 0.22 | 211.85 | 0.53 | 0.52 |
| Hex | 44 | 81 | C6 | 42 | 23 | 0 | 16 | D4 | 35 | 34 |
| Octal | 104 | 201 | 306 | 102 | 43 | 0 | 26 | 324 | 65 | 64 |
| Binary | 1000100 | 10000001 | 11000110 | 1000010 | 100011 | 0 | 10110 | 11010100 | 110101 | 110100 |
Color Harmonies of #4481C6
Complementary color
Monochromatic Colors of #4481C6
Black with #4481C6
Text Example
Text Example
White with #4481C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4481C6; }
p { color: rgb(68,129,198); }
H1.HeaderClassName
{
color: #4481C6;
}
.AnyTagClassName
{
color: #4481C6;
}
</style>
background-color css
<style>
a { background-color: #4481C6; }
a { background-color: rgb(68,129,198); }
div.DivClassName
{
background-color: #4481C6;
}
.BgClassName
{
background-color: #4481C6;
}
</style>
border-color css
<style>
span { border-color: #4481C6; }
span { border-color: rgb(68,129,198); }
td.TdClassName
{
border-color: #4481C6;
}
.TagClassName
{
border-color: #4481C6;
}
</style>