#747BAA

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

Shades of Ship Cove #747BAA

Tints of Ship Cove #747BAA

Color information

#747BAA (or 0x747BAA) is unknown color: approx Ship Cove. HEX triplet: 74, 7B and AA. RGB value is (116,123,170). Sum of RGB (Red+Green+Blue) = 116+123+170=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #747BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAA is #8B8455. Grayscale: #7E7E7E. Windows color (decimal): -9143382 or 11172724. OLE color: 11172724.

HSL color Cylindrical-coordinate representation of color #747BAA: hue angle of 232.22º 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 #747BAA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116123170-
CMYK0.320.2800.33
HSL232.22º24.11%56.08%-
HSV(B)232.22º31.76%66.67%-
XYZ21.5420.7840.91-
YUV126.26152.68120.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=28.36%
G=30.07%
B=41.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161231700.320.2800.33232.2224.1156.08
Hex747BAA201C021e81838
Octal16417325240340413503070
Binary11101001111011101010101000001110001000011110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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