Html Css Color HEX #746591 Kimberly

📋 copy color: '#746591'

red 116 ◦ green 101 ◦ blue 145

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

Shades of Kimberly #746591

Tints of Kimberly #746591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 145 (57.03% from 255) = 40.06%

R = 32.04%
G = 27.9%
B = 40.06%

CMYK

 C value IS 0.2

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746591 (or 0x746591) is known color: Kimberly. HEX triplet: 74, 65 and 91. RGB value is (116,101,145). Sum of RGB (Red+Green+Blue) = 116+101+145=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #746591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746591 is #8B9A6E. Grayscale: #6E6E6E. Windows color (decimal): -9149039 or 9528692. OLE color: 9528692.

HSL color Cylindrical-coordinate representation of color #746591: hue angle of 260.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746591 is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 101 145 -
CMYK 0.2 0.30 0 0.43
HSL 260.45º 0.18% 0.48% -
HSV(B) 260.45º 0.3% 0.57% -
XYZ 16.97 15.06 28.8 -
YUV 110.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 116 101 145 0.2 0.30 0 0.43 260.45 0.18 0.48
Hex 74 65 91 14 1E 0 2B 104 12 30
Octal 164 145 221 24 36 0 53 404 22 60
Binary 1110100 1100101 10010001 10100 11110 0 101011 100000100 10010 110000

Color Harmonies of #746591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746591

Black with #746591

Text Example


Text Example

White with #746591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746591; }

 p { color: rgb(116,101,145); }

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

background-color css

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

 a { background-color: rgb(116,101,145); }

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

border-color css

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

 span { border-color: rgb(116,101,145); }

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