#747899

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

Shades of Ship Cove #747899

Tints of Ship Cove #747899

Color information

#747899 (or 0x747899) is unknown color: approx Ship Cove. HEX triplet: 74, 78 and 99. RGB value is (116,120,153). Sum of RGB (Red+Green+Blue) = 116+120+153=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #747899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747899 is #8B8766. Grayscale: #7A7A7A. Windows color (decimal): -9144167 or 10057844. OLE color: 10057844.

HSL color Cylindrical-coordinate representation of color #747899: hue angle of 233.51º 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 #747899 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB116120153-
CMYK0.240.2200.4
HSL233.51º15.35%52.75%-
HSV(B)233.51º24.18%60%-
XYZ19.6719.4532.85-
YUV122.57145.17123.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=29.82%
G=30.85%
B=39.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161201530.240.2200.4233.5115.3552.75
Hex7478991816028eaf35
Octal16417023130260503521765
Binary111010011110001001100111000101100101000111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747899; }

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

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

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

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

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

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

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

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