Html Css Color HEX #746389 Kimberly

📋 copy color: '#746389'

red 116 ◦ green 99 ◦ blue 137

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

Shades of Kimberly #746389

Tints of Kimberly #746389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 32.95%
G = 28.13%
B = 38.92%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#746389 (or 0x746389) is known color: Kimberly. HEX triplet: 74, 63 and 89. RGB value is (116,99,137). Sum of RGB (Red+Green+Blue) = 116+99+137=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #746389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746389 is #8B9C76. Grayscale: #6C6C6C. Windows color (decimal): -9149559 or 9003892. OLE color: 9003892.

HSL color Cylindrical-coordinate representation of color #746389: hue angle of 266.84º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746389 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 99 137 -
CMYK 0.15 0.28 0 0.46
HSL 266.84º 0.16% 0.46% -
HSV(B) 266.84º 0.28% 0.54% -
XYZ 16.18 14.44 25.6 -
YUV 108.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 116 99 137 0.15 0.28 0 0.46 266.84 0.16 0.46
Hex 74 63 89 F 1C 0 2E 10B 10 2E
Octal 164 143 211 17 34 0 56 413 20 56
Binary 1110100 1100011 10001001 1111 11100 0 101110 100001011 10000 101110

Color Harmonies of #746389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746389

Black with #746389

Text Example


Text Example

White with #746389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746389; }

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

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

background-color css

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

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

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

border-color css

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

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

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