#746988

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

Shades of Kimberly #746988

Tints of Kimberly #746988

Color information

#746988 (or 0x746988) is unknown color: approx Kimberly. HEX triplet: 74, 69 and 88. RGB value is (116,105,136). Sum of RGB (Red+Green+Blue) = 116+105+136=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #746988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746988 is #8B9677. Grayscale: #6F6F6F. Windows color (decimal): -9148024 or 8939892. OLE color: 8939892.

HSL color Cylindrical-coordinate representation of color #746988: hue angle of 261.29º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #746988 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB116105136-
CMYK0.150.2300.47
HSL261.29º12.86%47.25%-
HSV(B)261.29º22.79%53.33%-
XYZ16.715.5925.42-
YUV111.82141.64130.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 38.10%
R=32.49%
G=29.41%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161051360.150.2300.47261.2912.8647.25
Hex746988F1702F105d2f
Octal16415121017270574051557
Binary111010011010011000100011111011101011111000001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746988; }

 p { color: rgb(116,105,136); }

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

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

 a { background-color: rgb(116,105,136); }

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

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

 span { border-color: rgb(116,105,136); }

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