Html Css Color HEX #746592 Kimberly

📋 copy color: '#746592'

red 116 ◦ green 101 ◦ blue 146

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

Shades of Kimberly #746592

Tints of Kimberly #746592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 31.96%
G = 27.82%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746592 (or 0x746592) is known color: Kimberly. HEX triplet: 74, 65 and 92. RGB value is (116,101,146). Sum of RGB (Red+Green+Blue) = 116+101+146=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #746592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746592 is #8B9A6D. Grayscale: #6E6E6E. Windows color (decimal): -9149038 or 9594228. OLE color: 9594228.

HSL color Cylindrical-coordinate representation of color #746592: hue angle of 260º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746592 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 101 146 -
CMYK 0.21 0.31 0 0.43
HSL 260º 0.18% 0.48% -
HSV(B) 260º 0.31% 0.57% -
XYZ 17.04 15.1 29.21 -
YUV 110.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 116 101 146 0.21 0.31 0 0.43 260 0.18 0.48
Hex 74 65 92 15 1F 0 2B 104 12 30
Octal 164 145 222 25 37 0 53 404 22 60
Binary 1110100 1100101 10010010 10101 11111 0 101011 100000100 10010 110000

Color Harmonies of #746592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746592

Black with #746592

Text Example


Text Example

White with #746592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746592; }

 p { color: rgb(116,101,146); }

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

background-color css

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

 a { background-color: rgb(116,101,146); }

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

border-color css

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

 span { border-color: rgb(116,101,146); }

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