Html Css Color HEX #746291 Kimberly

📋 copy color: '#746291'

red 116 ◦ green 98 ◦ blue 145

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

Shades of Kimberly #746291

Tints of Kimberly #746291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 145 (57.03% from 255) = 40.39%

R = 32.31%
G = 27.3%
B = 40.39%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746291 (or 0x746291) is known color: Kimberly. HEX triplet: 74, 62 and 91. RGB value is (116,98,145). Sum of RGB (Red+Green+Blue) = 116+98+145=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #746291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746291 is #8B9D6E. Grayscale: #6C6C6C. Windows color (decimal): -9149807 or 9527924. OLE color: 9527924.

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

Color convert

RGB 116 98 145 -
CMYK 0.2 0.32 0 0.43
HSL 262.98º 0.19% 0.48% -
HSV(B) 262.98º 0.32% 0.57% -
XYZ 16.68 14.49 28.71 -
YUV 108.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 116 98 145 0.2 0.32 0 0.43 262.98 0.19 0.48
Hex 74 62 91 14 20 0 2B 107 13 30
Octal 164 142 221 24 40 0 53 407 23 60
Binary 1110100 1100010 10010001 10100 100000 0 101011 100000111 10011 110000

Color Harmonies of #746291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746291

Black with #746291

Text Example


Text Example

White with #746291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746291; }

 p { color: rgb(116,98,145); }

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

background-color css

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

 a { background-color: rgb(116,98,145); }

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

border-color css

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

 span { border-color: rgb(116,98,145); }

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