#746290

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

Shades of Kimberly #746290

Tints of Kimberly #746290

Color information

#746290 (or 0x746290) is unknown color: approx Kimberly. HEX triplet: 74, 62 and 90. RGB value is (116,98,144). Sum of RGB (Red+Green+Blue) = 116+98+144=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #746290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746290 is #8B9D6F. Grayscale: #6C6C6C. Windows color (decimal): -9149808 or 9462388. OLE color: 9462388.

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

Color convert

RGB11698144-
CMYK0.190.3200.44
HSL263.48º19.01%47.45%-
HSV(B)263.48º31.94%56.47%-
XYZ16.614.4628.3-
YUV108.63147.96133.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=32.40%
G=27.37%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116981440.190.3200.44263.4819.0147.45
Hex746290132002C107132f
Octal16414222023400544072357
Binary111010011000101001000010011100000010110010000011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746290; }

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

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

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

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

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

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

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

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