Shades of Blue Diamond #44176F
Tints of Blue Diamond #44176F
RGB
CMYK
RGB Variations
Color information
#44176F (or 0x44176F) is known color: Blue Diamond. HEX triplet: 44, 17 and 6F. RGB value is (68,23,111). Sum of RGB (Red+Green+Blue) = 68+23+111=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #44176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44176F is #BBE890. Grayscale: #2E2E2E. Windows color (decimal): -12314769 or 7280452. OLE color: 7280452.
HSL color Cylindrical-coordinate representation of color #44176F: hue angle of 270.68º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44176F is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 23 | 111 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.56 |
| HSL | 270.68º | 0.66% | 0.26% | - |
| HSV(B) | 270.68º | 0.79% | 0.44% | - |
| XYZ | 5.56 | 2.99 | 15.32 | - |
| YUV | 46.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 111 | 0.39 | 0.79 | 0 | 0.56 | 270.68 | 0.66 | 0.26 |
| Hex | 44 | 17 | 6F | 27 | 4F | 0 | 38 | 10F | 42 | 1A |
| Octal | 104 | 27 | 157 | 47 | 117 | 0 | 70 | 417 | 102 | 32 |
| Binary | 1000100 | 10111 | 1101111 | 100111 | 1001111 | 0 | 111000 | 100001111 | 1000010 | 11010 |
Color Harmonies of #44176F
Complementary color
Monochromatic Colors of #44176F
Black with #44176F
Text Example
Text Example
White with #44176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44176F; }
p { color: rgb(68,23,111); }
H1.HeaderClassName
{
color: #44176F;
}
.AnyTagClassName
{
color: #44176F;
}
</style>
background-color css
<style>
a { background-color: #44176F; }
a { background-color: rgb(68,23,111); }
div.DivClassName
{
background-color: #44176F;
}
.BgClassName
{
background-color: #44176F;
}
</style>
border-color css
<style>
span { border-color: #44176F; }
span { border-color: rgb(68,23,111); }
td.TdClassName
{
border-color: #44176F;
}
.TagClassName
{
border-color: #44176F;
}
</style>