Shades of Blue Chill #418A90
Tints of Blue Chill #418A90
RGB
CMYK
RGB Variations
Color information
#418A90 (or 0x418A90) is known color: Blue Chill. HEX triplet: 41, 8A and 90. RGB value is (65,138,144). Sum of RGB (Red+Green+Blue) = 65+138+144=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #418A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A90 is #BE756F. Grayscale: #747474. Windows color (decimal): -12481904 or 9472577. OLE color: 9472577.
HSL color Cylindrical-coordinate representation of color #418A90: hue angle of 184.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418A90 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 138 | 144 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.44 |
| HSL | 184.56º | 0.38% | 0.41% | - |
| HSV(B) | 184.56º | 0.55% | 0.56% | - |
| XYZ | 16.3 | 21.31 | 29.64 | - |
| YUV | 116.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 144 | 0.55 | 0.04 | 0 | 0.44 | 184.56 | 0.38 | 0.41 |
| Hex | 41 | 8A | 90 | 37 | 4 | 0 | 2C | B9 | 26 | 29 |
| Octal | 101 | 212 | 220 | 67 | 4 | 0 | 54 | 271 | 46 | 51 |
| Binary | 1000001 | 10001010 | 10010000 | 110111 | 100 | 0 | 101100 | 10111001 | 100110 | 101001 |
Color Harmonies of #418A90
Complementary color
Monochromatic Colors of #418A90
Black with #418A90
Text Example
Text Example
White with #418A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A90; }
p { color: rgb(65,138,144); }
H1.HeaderClassName
{
color: #418A90;
}
.AnyTagClassName
{
color: #418A90;
}
</style>
background-color css
<style>
a { background-color: #418A90; }
a { background-color: rgb(65,138,144); }
div.DivClassName
{
background-color: #418A90;
}
.BgClassName
{
background-color: #418A90;
}
</style>
border-color css
<style>
span { border-color: #418A90; }
span { border-color: rgb(65,138,144); }
td.TdClassName
{
border-color: #418A90;
}
.TagClassName
{
border-color: #418A90;
}
</style>