#746393

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

Shades of Kimberly #746393

Tints of Kimberly #746393

Color information

#746393 (or 0x746393) is unknown color: approx Kimberly. HEX triplet: 74, 63 and 93. RGB value is (116,99,147). Sum of RGB (Red+Green+Blue) = 116+99+147=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #746393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746393 is #8B9C6C. Grayscale: #6D6D6D. Windows color (decimal): -9149549 or 9659252. OLE color: 9659252.

HSL color Cylindrical-coordinate representation of color #746393: hue angle of 261.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746393 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11699147-
CMYK0.210.3300.42
HSL261.25º19.51%48.24%-
HSV(B)261.25º32.65%57.65%-
XYZ16.9314.7429.56-
YUV109.56149.13132.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=32.04%
G=27.35%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116991470.210.3300.42261.2519.5148.24
Hex746393152102A1051430
Octal16414322325410524052460
Binary111010011000111001001110101100001010101010000010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746393; }

 p { color: rgb(116,99,147); }

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

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

 a { background-color: rgb(116,99,147); }

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

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

 span { border-color: rgb(116,99,147); }

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