Html Css Color HEX #726492 Kimberly

📋 copy color: '#726492'

red 114 ◦ green 100 ◦ blue 146

#726492
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #726492

Tints of Kimberly #726492

RGB

 RED value IS 114 (44.92% from 255) = 31.67%

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 31.67%
G = 27.78%
B = 40.56%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726492 (or 0x726492) is known color: Kimberly. HEX triplet: 72, 64 and 92. RGB value is (114,100,146). Sum of RGB (Red+Green+Blue) = 114+100+146=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #726492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726492 is #8D9B6D. Grayscale: #6D6D6D. Windows color (decimal): -9280366 or 9593970. OLE color: 9593970.

HSL color Cylindrical-coordinate representation of color #726492: hue angle of 258.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726492 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 100 146 -
CMYK 0.22 0.32 0 0.43
HSL 258.26º 0.19% 0.48% -
HSV(B) 258.26º 0.32% 0.57% -
XYZ 16.68 14.77 29.17 -
YUV 109.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 114 100 146 0.22 0.32 0 0.43 258.26 0.19 0.48
Hex 72 64 92 16 20 0 2B 102 13 30
Octal 162 144 222 26 40 0 53 402 23 60
Binary 1110010 1100100 10010010 10110 100000 0 101011 100000010 10011 110000

Color Harmonies of #726492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726492

Black with #726492

Text Example


Text Example

White with #726492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726492; }

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

 H1.HeaderClassName
 {
   color: #726492;
 }
 .AnyTagClassName
 {
   color: #726492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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