Html Css Color HEX #746388 Kimberly

📋 copy color: '#746388'

red 116 ◦ green 99 ◦ blue 136

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

Shades of Kimberly #746388

Tints of Kimberly #746388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 33.05%
G = 28.21%
B = 38.75%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746388 (or 0x746388) is known color: Kimberly. HEX triplet: 74, 63 and 88. RGB value is (116,99,136). Sum of RGB (Red+Green+Blue) = 116+99+136=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #746388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746388 is #8B9C77. Grayscale: #6C6C6C. Windows color (decimal): -9149560 or 8938356. OLE color: 8938356.

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

Color convert

RGB 116 99 136 -
CMYK 0.15 0.27 0 0.47
HSL 267.57º 0.16% 0.46% -
HSV(B) 267.57º 0.27% 0.53% -
XYZ 16.11 14.41 25.23 -
YUV 108.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 116 99 136 0.15 0.27 0 0.47 267.57 0.16 0.46
Hex 74 63 88 F 1B 0 2F 10C 10 2E
Octal 164 143 210 17 33 0 57 414 20 56
Binary 1110100 1100011 10001000 1111 11011 0 101111 100001100 10000 101110

Color Harmonies of #746388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746388

Black with #746388

Text Example


Text Example

White with #746388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746388; }

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

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

background-color css

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

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

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

border-color css

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

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

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