Shades of Glacier #74A3BD
Tints of Glacier #74A3BD
RGB
CMYK
RGB Variations
Color information
#74A3BD (or 0x74A3BD) is known color: Glacier. HEX triplet: 74, A3 and BD. RGB value is (116,163,189). Sum of RGB (Red+Green+Blue) = 116+163+189=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #74A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A3BD is #8B5C42. Grayscale: #979797. Windows color (decimal): -9133123 or 12428148. OLE color: 12428148.
HSL color Cylindrical-coordinate representation of color #74A3BD: hue angle of 201.37º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74A3BD is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 163 | 189 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.26 |
| HSL | 201.37º | 0.36% | 0.6% | - |
| HSV(B) | 201.37º | 0.39% | 0.74% | - |
| XYZ | 29.48 | 33.58 | 53.07 | - |
| YUV | 151.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 163 | 189 | 0.39 | 0.14 | 0 | 0.26 | 201.37 | 0.36 | 0.6 |
| Hex | 74 | A3 | BD | 27 | E | 0 | 1A | C9 | 24 | 3C |
| Octal | 164 | 243 | 275 | 47 | 16 | 0 | 32 | 311 | 44 | 74 |
| Binary | 1110100 | 10100011 | 10111101 | 100111 | 1110 | 0 | 11010 | 11001001 | 100100 | 111100 |
Color Harmonies of #74A3BD
Complementary color
Monochromatic Colors of #74A3BD
Black with #74A3BD
Text Example
Text Example
White with #74A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A3BD; }
p { color: rgb(116,163,189); }
H1.HeaderClassName
{
color: #74A3BD;
}
.AnyTagClassName
{
color: #74A3BD;
}
</style>
background-color css
<style>
a { background-color: #74A3BD; }
a { background-color: rgb(116,163,189); }
div.DivClassName
{
background-color: #74A3BD;
}
.BgClassName
{
background-color: #74A3BD;
}
</style>
border-color css
<style>
span { border-color: #74A3BD; }
span { border-color: rgb(116,163,189); }
td.TdClassName
{
border-color: #74A3BD;
}
.TagClassName
{
border-color: #74A3BD;
}
</style>