#747FAF

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

Shades of Ship Cove #747FAF

Tints of Ship Cove #747FAF

Color information

#747FAF (or 0x747FAF) is unknown color: approx Ship Cove. HEX triplet: 74, 7F and AF. RGB value is (116,127,175). Sum of RGB (Red+Green+Blue) = 116+127+175=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #747FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAF is #8B8050. Grayscale: #808080. Windows color (decimal): -9142353 or 11501428. OLE color: 11501428.

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

Color convert

RGB116127175-
CMYK0.340.2700.31
HSL228.81º26.94%57.06%-
HSV(B)228.81º33.71%68.63%-
XYZ22.5321.9943.61-
YUV129.18153.86118.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=27.75%
G=30.38%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161271750.340.2700.31228.8126.9457.06
Hex747FAF221B01Fe51b39
Octal16417725742330373453371
Binary1110100111111110101111100010110110111111110010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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