#74618B

Color #74618B Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #74618B

Tints of Kimberly #74618B

Color information

#74618B (or 0x74618B) is unknown color: approx Kimberly. HEX triplet: 74, 61 and 8B. RGB value is (116,97,139). Sum of RGB (Red+Green+Blue) = 116+97+139=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #74618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74618B is #8B9E74. Grayscale: #6B6B6B. Windows color (decimal): -9150069 or 9134452. OLE color: 9134452.

HSL color Cylindrical-coordinate representation of color #74618B: hue angle of 267.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74618B is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11697139-
CMYK0.170.3000.45
HSL267.14º17.8%46.27%-
HSV(B)267.14º30.22%54.51%-
XYZ16.1414.1326.3-
YUV107.47145.79134.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=32.95%
G=27.56%
B=39.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116971390.170.3000.45267.1417.846.27
Hex74618B111E02D10b122e
Octal16414121321360554132256
Binary11101001100001100010111000111110010110110000101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74618B; }

 p { color: rgb(116,97,139); }

 H1.HeaderClassName
 {
   color: #74618B;
 }
 .AnyTagClassName
 {
   color: #74618B;
 }
</style>
background-color css

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

 a { background-color: rgb(116,97,139); }

 div.DivClassName
 {
   background-color: #74618B;
 }
 .BgClassName
 {
   background-color: #74618B;
 }
</style>
border-color css

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

 span { border-color: rgb(116,97,139); }

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