#747BA9

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

Shades of Ship Cove #747BA9

Tints of Ship Cove #747BA9

Color information

#747BA9 (or 0x747BA9) is unknown color: approx Ship Cove. HEX triplet: 74, 7B and A9. RGB value is (116,123,169). Sum of RGB (Red+Green+Blue) = 116+123+169=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #747BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA9 is #8B8456. Grayscale: #7D7D7D. Windows color (decimal): -9143383 or 11107188. OLE color: 11107188.

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

Color convert

RGB116123169-
CMYK0.310.2700.34
HSL232.08º23.56%55.88%-
HSV(B)232.08º31.36%66.27%-
XYZ21.4520.7440.41-
YUV126.15152.18120.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.43%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=28.43%
G=30.15%
B=41.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161231690.310.2700.34232.0823.5655.88
Hex747BA91F1B022e81838
Octal16417325137330423503070
Binary1110100111101110101001111111101101000101110100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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