#746189

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

Shades of Kimberly #746189

Tints of Kimberly #746189

Color information

#746189 (or 0x746189) is unknown color: approx Kimberly. HEX triplet: 74, 61 and 89. RGB value is (116,97,137). Sum of RGB (Red+Green+Blue) = 116+97+137=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #746189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746189 is #8B9E76. Grayscale: #6B6B6B. Windows color (decimal): -9150071 or 9003380. OLE color: 9003380.

HSL color Cylindrical-coordinate representation of color #746189: hue angle of 268.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746189 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11697137-
CMYK0.150.2900.46
HSL268.5º17.09%45.88%-
HSV(B)268.5º29.2%53.73%-
XYZ15.9914.0725.54-
YUV107.24144.79134.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=33.14%
G=27.71%
B=39.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116971370.150.2900.46268.517.0945.88
Hex746189F1D02E10c112e
Octal16414121117350564142156
Binary1110100110000110001001111111101010111010000110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746189; }

 p { color: rgb(116,97,137); }

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

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

 a { background-color: rgb(116,97,137); }

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

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

 span { border-color: rgb(116,97,137); }

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