Shades of Kimberly #74698B
Tints of Kimberly #74698B
RGB
CMYK
RGB Variations
Color information
#74698B (or 0x74698B) is known color: Kimberly. HEX triplet: 74, 69 and 8B. RGB value is (116,105,139). Sum of RGB (Red+Green+Blue) = 116+105+139=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #74698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74698B is #8B9674. Grayscale: #707070. Windows color (decimal): -9148021 or 9136500. OLE color: 9136500.
HSL color Cylindrical-coordinate representation of color #74698B: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74698B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 105 | 139 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.45 |
| HSL | 259.41º | 0.14% | 0.48% | - |
| HSV(B) | 259.41º | 0.24% | 0.55% | - |
| XYZ | 16.91 | 15.68 | 26.56 | - |
| YUV | 112.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 139 | 0.17 | 0.24 | 0 | 0.45 | 259.41 | 0.14 | 0.48 |
| Hex | 74 | 69 | 8B | 11 | 18 | 0 | 2D | 103 | E | 30 |
| Octal | 164 | 151 | 213 | 21 | 30 | 0 | 55 | 403 | 16 | 60 |
| Binary | 1110100 | 1101001 | 10001011 | 10001 | 11000 | 0 | 101101 | 100000011 | 1110 | 110000 |
Color Harmonies of #74698B
Complementary color
Monochromatic Colors of #74698B
Black with #74698B
Text Example
Text Example
White with #74698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74698B; }
p { color: rgb(116,105,139); }
H1.HeaderClassName
{
color: #74698B;
}
.AnyTagClassName
{
color: #74698B;
}
</style>
background-color css
<style>
a { background-color: #74698B; }
a { background-color: rgb(116,105,139); }
div.DivClassName
{
background-color: #74698B;
}
.BgClassName
{
background-color: #74698B;
}
</style>
border-color css
<style>
span { border-color: #74698B; }
span { border-color: rgb(116,105,139); }
td.TdClassName
{
border-color: #74698B;
}
.TagClassName
{
border-color: #74698B;
}
</style>