Html Css Color HEX #746189 Kimberly

📋 copy color: '#746189'

red 116 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #746189

Tints of Kimberly #746189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 33.14%
G = 27.71%
B = 39.14%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#746189 (or 0x746189) is known color: Kimberly. HEX triplet: 74, 61 and 89. RGB value is (116,97,137). Sum of RGB (Red+Green+Blue) = 116+97+137=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #746189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746189 is #8B9E76. Grayscale: #6B6B6B. Windows color (decimal): -9150071 or 9003380. OLE color: 9003380.

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

Color convert

RGB 116 97 137 -
CMYK 0.15 0.29 0 0.46
HSL 268.5º 0.17% 0.46% -
HSV(B) 268.5º 0.29% 0.54% -
XYZ 15.99 14.07 25.54 -
YUV 107.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 116 97 137 0.15 0.29 0 0.46 268.5 0.17 0.46
Hex 74 61 89 F 1D 0 2E 10C 11 2E
Octal 164 141 211 17 35 0 56 414 21 56
Binary 1110100 1100001 10001001 1111 11101 0 101110 100001100 10001 101110

Color Harmonies of #746189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746189

Black with #746189

Text Example


Text Example

White with #746189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746189; }

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

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

background-color css

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

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

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

border-color css

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

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

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