#746A8B

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

Shades of Kimberly #746A8B

Tints of Kimberly #746A8B

Color information

#746A8B (or 0x746A8B) is unknown color: approx Kimberly. HEX triplet: 74, 6A and 8B. RGB value is (116,106,139). Sum of RGB (Red+Green+Blue) = 116+106+139=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #746A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A8B is #8B9574. Grayscale: #707070. Windows color (decimal): -9147765 or 9136756. OLE color: 9136756.

HSL color Cylindrical-coordinate representation of color #746A8B: hue angle of 258.18º degrees, saturation: 0.13, 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 #746A8B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116106139-
CMYK0.170.2400.45
HSL258.18º13.47%48.04%-
HSV(B)258.18º23.74%54.51%-
XYZ17.0215.8926.6-
YUV112.75142.81130.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=32.13%
G=29.36%
B=38.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161061390.170.2400.45258.1813.4748.04
Hex746A8B111802D102d30
Octal16415221321300554021560
Binary1110100110101010001011100011100001011011000000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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