Shades of Glacier #74A7BE
Tints of Glacier #74A7BE
RGB
CMYK
RGB Variations
Color information
#74A7BE (or 0x74A7BE) is known color: Glacier. HEX triplet: 74, A7 and BE. RGB value is (116,167,190). Sum of RGB (Red+Green+Blue) = 116+167+190=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #74A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7BE is #8B5841. Grayscale: #9A9A9A. Windows color (decimal): -9132098 or 12494708. OLE color: 12494708.
HSL color Cylindrical-coordinate representation of color #74A7BE: hue angle of 198.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74A7BE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 167 | 190 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.25 |
| HSL | 198.65º | 0.36% | 0.6% | - |
| HSV(B) | 198.65º | 0.39% | 0.75% | - |
| XYZ | 30.32 | 35.07 | 53.89 | - |
| YUV | 154.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 190 | 0.39 | 0.12 | 0 | 0.25 | 198.65 | 0.36 | 0.6 |
| Hex | 74 | A7 | BE | 27 | C | 0 | 19 | C7 | 24 | 3C |
| Octal | 164 | 247 | 276 | 47 | 14 | 0 | 31 | 307 | 44 | 74 |
| Binary | 1110100 | 10100111 | 10111110 | 100111 | 1100 | 0 | 11001 | 11000111 | 100100 | 111100 |
Color Harmonies of #74A7BE
Complementary color
Monochromatic Colors of #74A7BE
Black with #74A7BE
Text Example
Text Example
White with #74A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A7BE; }
p { color: rgb(116,167,190); }
H1.HeaderClassName
{
color: #74A7BE;
}
.AnyTagClassName
{
color: #74A7BE;
}
</style>
background-color css
<style>
a { background-color: #74A7BE; }
a { background-color: rgb(116,167,190); }
div.DivClassName
{
background-color: #74A7BE;
}
.BgClassName
{
background-color: #74A7BE;
}
</style>
border-color css
<style>
span { border-color: #74A7BE; }
span { border-color: rgb(116,167,190); }
td.TdClassName
{
border-color: #74A7BE;
}
.TagClassName
{
border-color: #74A7BE;
}
</style>