#747FAB

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

Shades of Ship Cove #747FAB

Tints of Ship Cove #747FAB

Color information

#747FAB (or 0x747FAB) is unknown color: approx Ship Cove. HEX triplet: 74, 7F and AB. RGB value is (116,127,171). Sum of RGB (Red+Green+Blue) = 116+127+171=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #747FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAB is #8B8054. Grayscale: #808080. Windows color (decimal): -9142357 or 11239284. OLE color: 11239284.

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

Color convert

RGB116127171-
CMYK0.320.2600.33
HSL228º24.66%56.27%-
HSV(B)228º32.16%67.06%-
XYZ22.1421.8341.58-
YUV128.73151.86118.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=28.02%
G=30.68%
B=41.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161271710.320.2600.3322824.6656.27
Hex747FAB201A021e41938
Octal16417725340320413443170
Binary11101001111111101010111000001101001000011110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,127,171); }

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

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

 a { background-color: rgb(116,127,171); }

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

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

 span { border-color: rgb(116,127,171); }

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