#74618E

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

Shades of Kimberly #74618E

Tints of Kimberly #74618E

Color information

#74618E (or 0x74618E) is unknown color: approx Kimberly. HEX triplet: 74, 61 and 8E. RGB value is (116,97,142). Sum of RGB (Red+Green+Blue) = 116+97+142=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #74618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74618E is #8B9E71. Grayscale: #6B6B6B. Windows color (decimal): -9150066 or 9331060. OLE color: 9331060.

HSL color Cylindrical-coordinate representation of color #74618E: hue angle of 265.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74618E is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11697142-
CMYK0.180.3200.44
HSL265.33º18.83%46.86%-
HSV(B)265.33º31.69%55.69%-
XYZ16.3614.2227.47-
YUV107.81147.29133.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 142 (55.86% from 255) = 40%
R=32.68%
G=27.32%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116971420.180.3200.44265.3318.8346.86
Hex74618E122002C109132f
Octal16414121622400544112357
Binary111010011000011000111010010100000010110010000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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