Shades of Blue Zodiac #41455C
Tints of Blue Zodiac #41455C
RGB
CMYK
RGB Variations
Color information
#41455C (or 0x41455C) is known color: Blue Zodiac. HEX triplet: 41, 45 and 5C. RGB value is (65,69,92). Sum of RGB (Red+Green+Blue) = 65+69+92=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #41455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41455C is #BEBAA3. Grayscale: #464646. Windows color (decimal): -12499620 or 6047041. OLE color: 6047041.
HSL color Cylindrical-coordinate representation of color #41455C: hue angle of 231.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41455C is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 69 | 92 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.64 |
| HSL | 231.11º | 0.17% | 0.31% | - |
| HSV(B) | 231.11º | 0.29% | 0.36% | - |
| XYZ | 6.24 | 6.15 | 10.98 | - |
| YUV | 70.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 92 | 0.29 | 0.25 | 0 | 0.64 | 231.11 | 0.17 | 0.31 |
| Hex | 41 | 45 | 5C | 1D | 19 | 0 | 40 | E7 | 11 | 1F |
| Octal | 101 | 105 | 134 | 35 | 31 | 0 | 100 | 347 | 21 | 37 |
| Binary | 1000001 | 1000101 | 1011100 | 11101 | 11001 | 0 | 1000000 | 11100111 | 10001 | 11111 |
Color Harmonies of #41455C
Complementary color
Monochromatic Colors of #41455C
Black with #41455C
Text Example
Text Example
White with #41455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41455C; }
p { color: rgb(65,69,92); }
H1.HeaderClassName
{
color: #41455C;
}
.AnyTagClassName
{
color: #41455C;
}
</style>
background-color css
<style>
a { background-color: #41455C; }
a { background-color: rgb(65,69,92); }
div.DivClassName
{
background-color: #41455C;
}
.BgClassName
{
background-color: #41455C;
}
</style>
border-color css
<style>
span { border-color: #41455C; }
span { border-color: rgb(65,69,92); }
td.TdClassName
{
border-color: #41455C;
}
.TagClassName
{
border-color: #41455C;
}
</style>