Shades of Blue Chill #4398A0
Tints of Blue Chill #4398A0
RGB
CMYK
RGB Variations
Color information
#4398A0 (or 0x4398A0) is known color: Blue Chill. HEX triplet: 43, 98 and A0. RGB value is (67,152,160). Sum of RGB (Red+Green+Blue) = 67+152+160=379 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.68% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #4398A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4398A0 is #BC675F. Grayscale: #7F7F7F. Windows color (decimal): -12347232 or 10524739. OLE color: 10524739.
HSL color Cylindrical-coordinate representation of color #4398A0: hue angle of 185.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4398A0 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 152 | 160 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.37 |
| HSL | 185.16º | 0.41% | 0.45% | - |
| HSV(B) | 185.16º | 0.58% | 0.63% | - |
| XYZ | 19.89 | 26.19 | 37.26 | - |
| YUV | 127.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 160 | 0.58 | 0.05 | 0 | 0.37 | 185.16 | 0.41 | 0.45 |
| Hex | 43 | 98 | A0 | 3A | 5 | 0 | 25 | B9 | 29 | 2D |
| Octal | 103 | 230 | 240 | 72 | 5 | 0 | 45 | 271 | 51 | 55 |
| Binary | 1000011 | 10011000 | 10100000 | 111010 | 101 | 0 | 100101 | 10111001 | 101001 | 101101 |
Color Harmonies of #4398A0
Complementary color
Monochromatic Colors of #4398A0
Black with #4398A0
Text Example
Text Example
White with #4398A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4398A0; }
p { color: rgb(67,152,160); }
H1.HeaderClassName
{
color: #4398A0;
}
.AnyTagClassName
{
color: #4398A0;
}
</style>
background-color css
<style>
a { background-color: #4398A0; }
a { background-color: rgb(67,152,160); }
div.DivClassName
{
background-color: #4398A0;
}
.BgClassName
{
background-color: #4398A0;
}
</style>
border-color css
<style>
span { border-color: #4398A0; }
span { border-color: rgb(67,152,160); }
td.TdClassName
{
border-color: #4398A0;
}
.TagClassName
{
border-color: #4398A0;
}
</style>