#746490

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

Shades of Kimberly #746490

Tints of Kimberly #746490

Color information

#746490 (or 0x746490) is unknown color: approx Kimberly. HEX triplet: 74, 64 and 90. RGB value is (116,100,144). Sum of RGB (Red+Green+Blue) = 116+100+144=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #746490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746490 is #8B9B6F. Grayscale: #6D6D6D. Windows color (decimal): -9149296 or 9462900. OLE color: 9462900.

HSL color Cylindrical-coordinate representation of color #746490: hue angle of 261.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746490 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116100144-
CMYK0.190.3100.44
HSL261.82º18.03%47.84%-
HSV(B)261.82º30.56%56.47%-
XYZ16.7914.8428.37-
YUV109.8147.3132.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 144 (56.64% from 255) = 40%
R=32.22%
G=27.78%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161001440.190.3100.44261.8218.0347.84
Hex746490131F02C1061230
Octal16414422023370544062260
Binary11101001100100100100001001111111010110010000011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746490; }

 p { color: rgb(116,100,144); }

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

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

 a { background-color: rgb(116,100,144); }

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

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

 span { border-color: rgb(116,100,144); }

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