#746388

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

Shades of Kimberly #746388

Tints of Kimberly #746388

Color information

#746388 (or 0x746388) is unknown color: approx Kimberly. HEX triplet: 74, 63 and 88. RGB value is (116,99,136). Sum of RGB (Red+Green+Blue) = 116+99+136=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #746388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746388 is #8B9C77. Grayscale: #6C6C6C. Windows color (decimal): -9149560 or 8938356. OLE color: 8938356.

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

Color convert

RGB11699136-
CMYK0.150.2700.47
HSL267.57º15.74%46.08%-
HSV(B)267.57º27.21%53.33%-
XYZ16.1114.4125.23-
YUV108.3143.63133.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=33.05%
G=28.21%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116991360.150.2700.47267.5715.7446.08
Hex746388F1B02F10c102e
Octal16414321017330574142056
Binary1110100110001110001000111111011010111110000110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746388; }

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

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

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

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

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

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

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

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