Html Css Color HEX #746492 Kimberly

📋 copy color: '#746492'

red 116 ◦ green 100 ◦ blue 146

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

Shades of Kimberly #746492

Tints of Kimberly #746492

RGB

 RED value IS 116 (45.7% from 255) = 32.04%

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

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

R = 32.04%
G = 27.62%
B = 40.33%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746492 (or 0x746492) is known color: Kimberly. HEX triplet: 74, 64 and 92. RGB value is (116,100,146). Sum of RGB (Red+Green+Blue) = 116+100+146=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #746492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746492 is #8B9B6D. Grayscale: #6D6D6D. Windows color (decimal): -9149294 or 9593972. OLE color: 9593972.

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

Color convert

RGB 116 100 146 -
CMYK 0.21 0.32 0 0.43
HSL 260.87º 0.19% 0.48% -
HSV(B) 260.87º 0.32% 0.57% -
XYZ 16.95 14.9 29.18 -
YUV 110.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 116 100 146 0.21 0.32 0 0.43 260.87 0.19 0.48
Hex 74 64 92 15 20 0 2B 105 13 30
Octal 164 144 222 25 40 0 53 405 23 60
Binary 1110100 1100100 10010010 10101 100000 0 101011 100000101 10011 110000

Color Harmonies of #746492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746492

Black with #746492

Text Example


Text Example

White with #746492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746492; }

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

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

background-color css

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

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

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

border-color css

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

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

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