#726489

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

Shades of Kimberly #726489

Tints of Kimberly #726489

Color information

#726489 (or 0x726489) is unknown color: approx Kimberly. HEX triplet: 72, 64 and 89. RGB value is (114,100,137). Sum of RGB (Red+Green+Blue) = 114+100+137=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #726489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726489 is #8D9B76. Grayscale: #6C6C6C. Windows color (decimal): -9280375 or 9004146. OLE color: 9004146.

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

Color convert

RGB114100137-
CMYK0.170.2700.46
HSL262.7º15.61%46.47%-
HSV(B)262.7º27.01%53.73%-
XYZ16.0114.525.62-
YUV108.4144.14131.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.48%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=32.48%
G=28.49%
B=39.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141001370.170.2700.46262.715.6146.47
Hex726489111B02E107102e
Octal16214421121330564072056
Binary11100101100100100010011000111011010111010000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726489; }

 p { color: rgb(114,100,137); }

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

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

 a { background-color: rgb(114,100,137); }

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

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

 span { border-color: rgb(114,100,137); }

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