Shades of Glacier #74A3B5
Tints of Glacier #74A3B5
RGB
CMYK
RGB Variations
Color information
#74A3B5 (or 0x74A3B5) is known color: Glacier. HEX triplet: 74, A3 and B5. RGB value is (116,163,181). Sum of RGB (Red+Green+Blue) = 116+163+181=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #74A3B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A3B5 is #8B5C4A. Grayscale: #969696. Windows color (decimal): -9133131 or 11903860. OLE color: 11903860.
HSL color Cylindrical-coordinate representation of color #74A3B5: hue angle of 196.62º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74A3B5 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 163 | 181 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.29 |
| HSL | 196.62º | 0.31% | 0.58% | - |
| HSV(B) | 196.62º | 0.36% | 0.71% | - |
| XYZ | 28.64 | 33.24 | 48.62 | - |
| YUV | 151 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 181 | 0.36 | 0.10 | 0 | 0.29 | 196.62 | 0.31 | 0.58 |
| Hex | 74 | A3 | B5 | 24 | A | 0 | 1D | C5 | 1F | 3A |
| Octal | 164 | 243 | 265 | 44 | 12 | 0 | 35 | 305 | 37 | 72 |
| Binary | 1110100 | 10100011 | 10110101 | 100100 | 1010 | 0 | 11101 | 11000101 | 11111 | 111010 |
Color Harmonies of #74A3B5
Complementary color
Monochromatic Colors of #74A3B5
Black with #74A3B5
Text Example
Text Example
White with #74A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A3B5; }
p { color: rgb(116,163,181); }
H1.HeaderClassName
{
color: #74A3B5;
}
.AnyTagClassName
{
color: #74A3B5;
}
</style>
background-color css
<style>
a { background-color: #74A3B5; }
a { background-color: rgb(116,163,181); }
div.DivClassName
{
background-color: #74A3B5;
}
.BgClassName
{
background-color: #74A3B5;
}
</style>
border-color css
<style>
span { border-color: #74A3B5; }
span { border-color: rgb(116,163,181); }
td.TdClassName
{
border-color: #74A3B5;
}
.TagClassName
{
border-color: #74A3B5;
}
</style>