Html Css Color HEX #746688 Kimberly

📋 copy color: '#746688'

red 116 ◦ green 102 ◦ blue 136

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

Shades of Kimberly #746688

Tints of Kimberly #746688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 32.77%
G = 28.81%
B = 38.42%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746688 (or 0x746688) is known color: Kimberly. HEX triplet: 74, 66 and 88. RGB value is (116,102,136). Sum of RGB (Red+Green+Blue) = 116+102+136=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #746688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746688 is #8B9977. Grayscale: #6D6D6D. Windows color (decimal): -9148792 or 8939124. OLE color: 8939124.

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

Color convert

RGB 116 102 136 -
CMYK 0.15 0.25 0 0.47
HSL 264.71º 0.14% 0.47% -
HSV(B) 264.71º 0.25% 0.53% -
XYZ 16.4 14.99 25.32 -
YUV 110.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 116 102 136 0.15 0.25 0 0.47 264.71 0.14 0.47
Hex 74 66 88 F 19 0 2F 109 E 2F
Octal 164 146 210 17 31 0 57 411 16 57
Binary 1110100 1100110 10001000 1111 11001 0 101111 100001001 1110 101111

Color Harmonies of #746688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746688

Black with #746688

Text Example


Text Example

White with #746688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746688; }

 p { color: rgb(116,102,136); }

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

background-color css

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

 a { background-color: rgb(116,102,136); }

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

border-color css

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

 span { border-color: rgb(116,102,136); }

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