#747999

Color #747999 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #747999

Tints of Ship Cove #747999

Color information

#747999 (or 0x747999) is unknown color: approx Ship Cove. HEX triplet: 74, 79 and 99. RGB value is (116,121,153). Sum of RGB (Red+Green+Blue) = 116+121+153=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #747999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747999 is #8B8666. Grayscale: #7B7B7B. Windows color (decimal): -9143911 or 10058100. OLE color: 10058100.

HSL color Cylindrical-coordinate representation of color #747999: hue angle of 231.89º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747999 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB116121153-
CMYK0.240.2100.4
HSL231.89º15.35%52.75%-
HSV(B)231.89º24.18%60%-
XYZ19.7919.6932.89-
YUV123.15144.84122.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=29.74%
G=31.03%
B=39.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161211530.240.2100.4231.8915.3552.75
Hex7479991815028e8f35
Octal16417123130250503501765
Binary111010011110011001100111000101010101000111010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747999; }

 p { color: rgb(116,121,153); }

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

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

 a { background-color: rgb(116,121,153); }

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

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

 span { border-color: rgb(116,121,153); }

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