Shades of Blue Chill #418993
Tints of Blue Chill #418993
RGB
CMYK
RGB Variations
Color information
#418993 (or 0x418993) is known color: Blue Chill. HEX triplet: 41, 89 and 93. RGB value is (65,137,147). Sum of RGB (Red+Green+Blue) = 65+137+147=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #418993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418993 is #BE766C. Grayscale: #747474. Windows color (decimal): -12482157 or 9668929. OLE color: 9668929.
HSL color Cylindrical-coordinate representation of color #418993: hue angle of 187.32º 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 #418993 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 137 | 147 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.42 |
| HSL | 187.32º | 0.39% | 0.42% | - |
| HSV(B) | 187.32º | 0.56% | 0.58% | - |
| XYZ | 16.39 | 21.12 | 30.82 | - |
| YUV | 116.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 147 | 0.56 | 0.07 | 0 | 0.42 | 187.32 | 0.39 | 0.42 |
| Hex | 41 | 89 | 93 | 38 | 7 | 0 | 2A | BB | 27 | 2A |
| Octal | 101 | 211 | 223 | 70 | 7 | 0 | 52 | 273 | 47 | 52 |
| Binary | 1000001 | 10001001 | 10010011 | 111000 | 111 | 0 | 101010 | 10111011 | 100111 | 101010 |
Color Harmonies of #418993
Complementary color
Monochromatic Colors of #418993
Black with #418993
Text Example
Text Example
White with #418993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418993; }
p { color: rgb(65,137,147); }
H1.HeaderClassName
{
color: #418993;
}
.AnyTagClassName
{
color: #418993;
}
</style>
background-color css
<style>
a { background-color: #418993; }
a { background-color: rgb(65,137,147); }
div.DivClassName
{
background-color: #418993;
}
.BgClassName
{
background-color: #418993;
}
</style>
border-color css
<style>
span { border-color: #418993; }
span { border-color: rgb(65,137,147); }
td.TdClassName
{
border-color: #418993;
}
.TagClassName
{
border-color: #418993;
}
</style>