Html Css Color HEX #746489 Kimberly

📋 copy color: '#746489'

red 116 ◦ green 100 ◦ blue 137

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

Shades of Kimberly #746489

Tints of Kimberly #746489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

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

R = 32.86%
G = 28.33%
B = 38.81%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#746489 (or 0x746489) is known color: Kimberly. HEX triplet: 74, 64 and 89. RGB value is (116,100,137). Sum of RGB (Red+Green+Blue) = 116+100+137=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #746489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746489 is #8B9B76. Grayscale: #6C6C6C. Windows color (decimal): -9149303 or 9004148. OLE color: 9004148.

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

Color convert

RGB 116 100 137 -
CMYK 0.15 0.27 0 0.46
HSL 265.95º 0.16% 0.46% -
HSV(B) 265.95º 0.27% 0.54% -
XYZ 16.27 14.63 25.63 -
YUV 109 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 116 100 137 0.15 0.27 0 0.46 265.95 0.16 0.46
Hex 74 64 89 F 1B 0 2E 10A 10 2E
Octal 164 144 211 17 33 0 56 412 20 56
Binary 1110100 1100100 10001001 1111 11011 0 101110 100001010 10000 101110

Color Harmonies of #746489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746489

Black with #746489

Text Example


Text Example

White with #746489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746489; }

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

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

background-color css

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

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

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

border-color css

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

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

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