#74638E

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

Shades of Kimberly #74638E

Tints of Kimberly #74638E

Color information

#74638E (or 0x74638E) is unknown color: approx Kimberly. HEX triplet: 74, 63 and 8E. RGB value is (116,99,142). Sum of RGB (Red+Green+Blue) = 116+99+142=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #74638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74638E is #8B9C71. Grayscale: #6C6C6C. Windows color (decimal): -9149554 or 9331572. OLE color: 9331572.

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

Color convert

RGB11699142-
CMYK0.180.3000.44
HSL263.72º17.84%47.25%-
HSV(B)263.72º30.28%55.69%-
XYZ16.5514.5927.54-
YUV108.98146.63133-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=32.49%
G=27.73%
B=39.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116991420.180.3000.44263.7217.8447.25
Hex74638E121E02C108122f
Octal16414321622360544102257
Binary11101001100011100011101001011110010110010000100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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