#747F9E

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

Shades of Ship Cove #747F9E

Tints of Ship Cove #747F9E

Color information

#747F9E (or 0x747F9E) is unknown color: approx Ship Cove. HEX triplet: 74, 7F and 9E. RGB value is (116,127,158). Sum of RGB (Red+Green+Blue) = 116+127+158=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #747F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F9E is #8B8061. Grayscale: #7F7F7F. Windows color (decimal): -9142370 or 10387316. OLE color: 10387316.

HSL color Cylindrical-coordinate representation of color #747F9E: hue angle of 224.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747F9E is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116127158-
CMYK0.270.2000.38
HSL224.29º17.8%53.73%-
HSV(B)224.29º26.58%61.96%-
XYZ20.9621.3635.37-
YUV127.24145.36119.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=28.93%
G=31.67%
B=39.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161271580.270.2000.38224.2917.853.73
Hex747F9E1B14026e01236
Octal16417723633240463402266
Binary1110100111111110011110110111010001001101110000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F9E; }

 p { color: rgb(116,127,158); }

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

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

 a { background-color: rgb(116,127,158); }

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

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

 span { border-color: rgb(116,127,158); }

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