Shades of Blue Chill #41948D
Tints of Blue Chill #41948D
RGB
CMYK
RGB Variations
Color information
#41948D (or 0x41948D) is known color: Blue Chill. HEX triplet: 41, 94 and 8D. RGB value is (65,148,141). Sum of RGB (Red+Green+Blue) = 65+148+141=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #41948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41948D is #BE6B72. Grayscale: #7A7A7A. Windows color (decimal): -12479347 or 9278529. OLE color: 9278529.
HSL color Cylindrical-coordinate representation of color #41948D: hue angle of 174.94º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41948D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 141 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.42 |
| HSL | 174.94º | 0.39% | 0.42% | - |
| HSV(B) | 174.94º | 0.56% | 0.58% | - |
| XYZ | 17.58 | 24.23 | 28.95 | - |
| YUV | 122.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 141 | 0.56 | 0 | 0.05 | 0.42 | 174.94 | 0.39 | 0.42 |
| Hex | 41 | 94 | 8D | 38 | 0 | 5 | 2A | AF | 27 | 2A |
| Octal | 101 | 224 | 215 | 70 | 0 | 5 | 52 | 257 | 47 | 52 |
| Binary | 1000001 | 10010100 | 10001101 | 111000 | 0 | 101 | 101010 | 10101111 | 100111 | 101010 |
Color Harmonies of #41948D
Complementary color
Monochromatic Colors of #41948D
Black with #41948D
Text Example
Text Example
White with #41948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41948D; }
p { color: rgb(65,148,141); }
H1.HeaderClassName
{
color: #41948D;
}
.AnyTagClassName
{
color: #41948D;
}
</style>
background-color css
<style>
a { background-color: #41948D; }
a { background-color: rgb(65,148,141); }
div.DivClassName
{
background-color: #41948D;
}
.BgClassName
{
background-color: #41948D;
}
</style>
border-color css
<style>
span { border-color: #41948D; }
span { border-color: rgb(65,148,141); }
td.TdClassName
{
border-color: #41948D;
}
.TagClassName
{
border-color: #41948D;
}
</style>