#74648B

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

Shades of Kimberly #74648B

Tints of Kimberly #74648B

Color information

#74648B (or 0x74648B) is unknown color: approx Kimberly. HEX triplet: 74, 64 and 8B. RGB value is (116,100,139). Sum of RGB (Red+Green+Blue) = 116+100+139=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #74648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74648B is #8B9B74. Grayscale: #6D6D6D. Windows color (decimal): -9149301 or 9135220. OLE color: 9135220.

HSL color Cylindrical-coordinate representation of color #74648B: hue angle of 264.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74648B is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116100139-
CMYK0.170.2800.45
HSL264.62º16.32%46.86%-
HSV(B)264.62º28.06%54.51%-
XYZ16.4214.6926.4-
YUV109.23144.8132.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=32.68%
G=28.17%
B=39.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161001390.170.2800.45264.6216.3246.86
Hex74648B111C02D109102f
Octal16414421321340554112057
Binary11101001100100100010111000111100010110110000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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