Html Css Color HEX #746391 Kimberly

📋 copy color: '#746391'

red 116 ◦ green 99 ◦ blue 145

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

Shades of Kimberly #746391

Tints of Kimberly #746391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 32.22%
G = 27.5%
B = 40.28%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746391 (or 0x746391) is known color: Kimberly. HEX triplet: 74, 63 and 91. RGB value is (116,99,145). Sum of RGB (Red+Green+Blue) = 116+99+145=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #746391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746391 is #8B9C6E. Grayscale: #6D6D6D. Windows color (decimal): -9149551 or 9528180. OLE color: 9528180.

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

Color convert

RGB 116 99 145 -
CMYK 0.2 0.32 0 0.43
HSL 262.17º 0.19% 0.48% -
HSV(B) 262.17º 0.32% 0.57% -
XYZ 16.78 14.68 28.74 -
YUV 109.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 116 99 145 0.2 0.32 0 0.43 262.17 0.19 0.48
Hex 74 63 91 14 20 0 2B 106 13 30
Octal 164 143 221 24 40 0 53 406 23 60
Binary 1110100 1100011 10010001 10100 100000 0 101011 100000110 10011 110000

Color Harmonies of #746391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746391

Black with #746391

Text Example


Text Example

White with #746391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746391; }

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

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

background-color css

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

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

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

border-color css

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

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

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