#747A9E

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

Shades of Ship Cove #747A9E

Tints of Ship Cove #747A9E

Color information

#747A9E (or 0x747A9E) is unknown color: approx Ship Cove. HEX triplet: 74, 7A and 9E. RGB value is (116,122,158). Sum of RGB (Red+Green+Blue) = 116+122+158=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #747A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A9E is #8B8561. Grayscale: #7C7C7C. Windows color (decimal): -9143650 or 10386036. OLE color: 10386036.

HSL color Cylindrical-coordinate representation of color #747A9E: hue angle of 231.43º 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 #747A9E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB116122158-
CMYK0.270.2300.38
HSL231.43º17.8%53.73%-
HSV(B)231.43º26.58%61.96%-
XYZ20.3320.135.16-
YUV124.31147.01122.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=29.29%
G=30.81%
B=39.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161221580.270.2300.38231.4317.853.73
Hex747A9E1B17026e71236
Octal16417223633270463472266
Binary1110100111101010011110110111011101001101110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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