#746790

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

Shades of Kimberly #746790

Tints of Kimberly #746790

Color information

#746790 (or 0x746790) is unknown color: approx Kimberly. HEX triplet: 74, 67 and 90. RGB value is (116,103,144). Sum of RGB (Red+Green+Blue) = 116+103+144=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #746790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746790 is #8B986F. Grayscale: #6F6F6F. Windows color (decimal): -9148528 or 9463668. OLE color: 9463668.

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

Color convert

RGB116103144-
CMYK0.190.2800.44
HSL259.02º16.6%48.43%-
HSV(B)259.02º28.47%56.47%-
XYZ17.0915.4328.46-
YUV111.56146.31131.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=31.96%
G=28.37%
B=39.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161031440.190.2800.44259.0216.648.43
Hex746790131C02C1031130
Octal16414722023340544032160
Binary11101001100111100100001001111100010110010000001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746790; }

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

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

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

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

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

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

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

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