#747CAD

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

Shades of Ship Cove #747CAD

Tints of Ship Cove #747CAD

Color information

#747CAD (or 0x747CAD) is unknown color: approx Ship Cove. HEX triplet: 74, 7C and AD. RGB value is (116,124,173). Sum of RGB (Red+Green+Blue) = 116+124+173=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #747CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAD is #8B8352. Grayscale: #7E7E7E. Windows color (decimal): -9143123 or 11369588. OLE color: 11369588.

HSL color Cylindrical-coordinate representation of color #747CAD: hue angle of 231.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747CAD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116124173-
CMYK0.330.2800.32
HSL231.58º25.79%56.67%-
HSV(B)231.58º32.95%67.84%-
XYZ21.9521.1542.46-
YUV127.19153.85120.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=28.09%
G=30.02%
B=41.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161241730.330.2800.32231.5825.7956.67
Hex747CAD211C020e81a39
Octal16417425541340403503271
Binary11101001111100101011011000011110001000001110100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,124,173); }

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

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

 a { background-color: rgb(116,124,173); }

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

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

 span { border-color: rgb(116,124,173); }

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