Html Css Color HEX #746986 Kimberly

📋 copy color: '#746986'

red 116 ◦ green 105 ◦ blue 134

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

Shades of Kimberly #746986

Tints of Kimberly #746986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 32.68%
G = 29.58%
B = 37.75%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746986 (or 0x746986) is known color: Kimberly. HEX triplet: 74, 69 and 86. RGB value is (116,105,134). Sum of RGB (Red+Green+Blue) = 116+105+134=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #746986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746986 is #8B9679. Grayscale: #6F6F6F. Windows color (decimal): -9148026 or 8808820. OLE color: 8808820.

HSL color Cylindrical-coordinate representation of color #746986: hue angle of 262.76º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746986 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 105 134 -
CMYK 0.13 0.22 0 0.47
HSL 262.76º 0.12% 0.47% -
HSV(B) 262.76º 0.22% 0.53% -
XYZ 16.56 15.54 24.68 -
YUV 111.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 116 105 134 0.13 0.22 0 0.47 262.76 0.12 0.47
Hex 74 69 86 D 16 0 2F 107 C 2F
Octal 164 151 206 15 26 0 57 407 14 57
Binary 1110100 1101001 10000110 1101 10110 0 101111 100000111 1100 101111

Color Harmonies of #746986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746986

Black with #746986

Text Example


Text Example

White with #746986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746986; }

 p { color: rgb(116,105,134); }

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

background-color css

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

 a { background-color: rgb(116,105,134); }

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

border-color css

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

 span { border-color: rgb(116,105,134); }

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