#747FAC

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

Shades of Ship Cove #747FAC

Tints of Ship Cove #747FAC

Color information

#747FAC (or 0x747FAC) is unknown color: approx Ship Cove. HEX triplet: 74, 7F and AC. RGB value is (116,127,172). Sum of RGB (Red+Green+Blue) = 116+127+172=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #747FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAC is #8B8053. Grayscale: #808080. Windows color (decimal): -9142356 or 11304820. OLE color: 11304820.

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

Color convert

RGB116127172-
CMYK0.330.2600.33
HSL228.21º25.23%56.47%-
HSV(B)228.21º32.56%67.45%-
XYZ22.2421.8742.08-
YUV128.84152.36118.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=27.95%
G=30.60%
B=41.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161271720.330.2600.33228.2125.2356.47
Hex747FAC211A021e41938
Octal16417725441320413443170
Binary11101001111111101011001000011101001000011110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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