#747FA3

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

Shades of Ship Cove #747FA3

Tints of Ship Cove #747FA3

Color information

#747FA3 (or 0x747FA3) is unknown color: approx Ship Cove. HEX triplet: 74, 7F and A3. RGB value is (116,127,163). Sum of RGB (Red+Green+Blue) = 116+127+163=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #747FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FA3 is #8B805C. Grayscale: #7F7F7F. Windows color (decimal): -9142365 or 10714996. OLE color: 10714996.

HSL color Cylindrical-coordinate representation of color #747FA3: hue angle of 225.96º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747FA3 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116127163-
CMYK0.290.2200.36
HSL225.96º20.35%54.71%-
HSV(B)225.96º28.83%63.92%-
XYZ21.421.5437.68-
YUV127.82147.86119.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=28.57%
G=31.28%
B=40.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161271630.290.2200.36225.9620.3554.71
Hex747FA31D16024e21437
Octal16417724335260443422467
Binary1110100111111110100011111011011001001001110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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