Html Css Color HEX #746985 Kimberly

📋 copy color: '#746985'

red 116 ◦ green 105 ◦ blue 133

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

Shades of Kimberly #746985

Tints of Kimberly #746985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

 BLUE value IS 133 (52.34% from 255) = 37.57%

R = 32.77%
G = 29.66%
B = 37.57%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#746985 (or 0x746985) is known color: Kimberly. HEX triplet: 74, 69 and 85. RGB value is (116,105,133). Sum of RGB (Red+Green+Blue) = 116+105+133=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #746985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746985 is #8B967A. Grayscale: #6F6F6F. Windows color (decimal): -9148027 or 8743284. OLE color: 8743284.

HSL color Cylindrical-coordinate representation of color #746985: hue angle of 263.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746985 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 105 133 -
CMYK 0.13 0.21 0 0.48
HSL 263.57º 0.12% 0.47% -
HSV(B) 263.57º 0.21% 0.52% -
XYZ 16.49 15.51 24.31 -
YUV 111.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 116 105 133 0.13 0.21 0 0.48 263.57 0.12 0.47
Hex 74 69 85 D 15 0 30 108 C 2F
Octal 164 151 205 15 25 0 60 410 14 57
Binary 1110100 1101001 10000101 1101 10101 0 110000 100001000 1100 101111

Color Harmonies of #746985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746985

Black with #746985

Text Example


Text Example

White with #746985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746985; }

 p { color: rgb(116,105,133); }

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

background-color css

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

 a { background-color: rgb(116,105,133); }

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

border-color css

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

 span { border-color: rgb(116,105,133); }

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