#726290

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

Shades of Kimberly #726290

Tints of Kimberly #726290

Color information

#726290 (or 0x726290) is unknown color: approx Kimberly. HEX triplet: 72, 62 and 90. RGB value is (114,98,144). Sum of RGB (Red+Green+Blue) = 114+98+144=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #726290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726290 is #8D9D6F. Grayscale: #6B6B6B. Windows color (decimal): -9280880 or 9462386. OLE color: 9462386.

HSL color Cylindrical-coordinate representation of color #726290: hue angle of 260.87º 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 #726290 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11498144-
CMYK0.210.3200.44
HSL260.87º19.01%47.45%-
HSV(B)260.87º31.94%56.47%-
XYZ16.3414.3328.29-
YUV108.03148.3132.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=32.02%
G=27.53%
B=40.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114981440.210.3200.44260.8719.0147.45
Hex726290152002C105132f
Octal16214222025400544052357
Binary111001011000101001000010101100000010110010000010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726290; }

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

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

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

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

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

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

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

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