#74698F

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

Shades of Kimberly #74698F

Tints of Kimberly #74698F

Color information

#74698F (or 0x74698F) is unknown color: approx Kimberly. HEX triplet: 74, 69 and 8F. RGB value is (116,105,143). Sum of RGB (Red+Green+Blue) = 116+105+143=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #74698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74698F is #8B9670. Grayscale: #707070. Windows color (decimal): -9148017 or 9398644. OLE color: 9398644.

HSL color Cylindrical-coordinate representation of color #74698F: hue angle of 257.37º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74698F is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116105143-
CMYK0.190.2700.44
HSL257.37º15.32%48.63%-
HSV(B)257.37º26.57%56.08%-
XYZ17.2115.828.13-
YUV112.62145.14130.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=31.87%
G=28.85%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161051430.190.2700.44257.3715.3248.63
Hex74698F131B02C101f31
Octal16415121723330544011761
Binary1110100110100110001111100111101101011001000000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74698F; }

 p { color: rgb(116,105,143); }

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

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

 a { background-color: rgb(116,105,143); }

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

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

 span { border-color: rgb(116,105,143); }

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