#746E8B

Color #746E8B Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #746E8B

Tints of Kimberly #746E8B

Color information

#746E8B (or 0x746E8B) is unknown color: approx Kimberly. HEX triplet: 74, 6E and 8B. RGB value is (116,110,139). Sum of RGB (Red+Green+Blue) = 116+110+139=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #746E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E8B is #8B9174. Grayscale: #727272. Windows color (decimal): -9146741 or 9137780. OLE color: 9137780.

HSL color Cylindrical-coordinate representation of color #746E8B: hue angle of 252.41º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746E8B is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116110139-
CMYK0.170.2100.45
HSL252.41º11.65%48.82%-
HSV(B)252.41º20.86%54.51%-
XYZ17.4416.7326.74-
YUV115.1141.49128.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=31.78%
G=30.14%
B=38.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161101390.170.2100.45252.4111.6548.82
Hex746E8B111502Dfcc31
Octal16415621321250553741461
Binary111010011011101000101110001101010101101111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E8B; }

 p { color: rgb(116,110,139); }

 H1.HeaderClassName
 {
   color: #746E8B;
 }
 .AnyTagClassName
 {
   color: #746E8B;
 }
</style>
background-color css

<style>
 a { background-color: #746E8B; }

 a { background-color: rgb(116,110,139); }

 div.DivClassName
 {
   background-color: #746E8B;
 }
 .BgClassName
 {
   background-color: #746E8B;
 }
</style>
border-color css

<style>
 span { border-color: #746E8B; }

 span { border-color: rgb(116,110,139); }

 td.TdClassName
 {
   border-color: #746E8B;
 }
 .TagClassName
 {
   border-color: #746E8B;
 }
</style>