Html Css Color HEX #746886 Kimberly

📋 copy color: '#746886'

red 116 ◦ green 104 ◦ blue 134

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

Shades of Kimberly #746886

Tints of Kimberly #746886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 32.77%
G = 29.38%
B = 37.85%

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

#746886 (or 0x746886) is known color: Kimberly. HEX triplet: 74, 68 and 86. RGB value is (116,104,134). Sum of RGB (Red+Green+Blue) = 116+104+134=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #746886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746886 is #8B9779. Grayscale: #6E6E6E. Windows color (decimal): -9148282 or 8808564. OLE color: 8808564.

HSL color Cylindrical-coordinate representation of color #746886: hue angle of 264º degrees, saturation: 0.13, 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 #746886 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 104 134 -
CMYK 0.13 0.22 0 0.47
HSL 264º 0.13% 0.47% -
HSV(B) 264º 0.22% 0.53% -
XYZ 16.46 15.33 24.65 -
YUV 111.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 116 104 134 0.13 0.22 0 0.47 264 0.13 0.47
Hex 74 68 86 D 16 0 2F 108 D 2F
Octal 164 150 206 15 26 0 57 410 15 57
Binary 1110100 1101000 10000110 1101 10110 0 101111 100001000 1101 101111

Color Harmonies of #746886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746886

Black with #746886

Text Example


Text Example

White with #746886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746886; }

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

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

background-color css

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

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

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

border-color css

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

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

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