#747CAA

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

Shades of Ship Cove #747CAA

Tints of Ship Cove #747CAA

Color information

#747CAA (or 0x747CAA) is unknown color: approx Ship Cove. HEX triplet: 74, 7C and AA. RGB value is (116,124,170). Sum of RGB (Red+Green+Blue) = 116+124+170=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #747CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAA is #8B8355. Grayscale: #7E7E7E. Windows color (decimal): -9143126 or 11172980. OLE color: 11172980.

HSL color Cylindrical-coordinate representation of color #747CAA: hue angle of 231.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747CAA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116124170-
CMYK0.320.2700.33
HSL231.11º24.11%56.08%-
HSV(B)231.11º31.76%66.67%-
XYZ21.6721.0340.95-
YUV126.85152.35120.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.29%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=28.29%
G=30.24%
B=41.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161241700.320.2700.33231.1124.1156.08
Hex747CAA201B021e71838
Octal16417425240330413473070
Binary11101001111100101010101000001101101000011110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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