#747FAD

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

Shades of Ship Cove #747FAD

Tints of Ship Cove #747FAD

Color information

#747FAD (or 0x747FAD) is unknown color: approx Ship Cove. HEX triplet: 74, 7F and AD. RGB value is (116,127,173). Sum of RGB (Red+Green+Blue) = 116+127+173=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #747FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAD is #8B8052. Grayscale: #808080. Windows color (decimal): -9142355 or 11370356. OLE color: 11370356.

HSL color Cylindrical-coordinate representation of color #747FAD: hue angle of 228.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747FAD is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116127173-
CMYK0.330.2700.32
HSL228.42º25.79%56.67%-
HSV(B)228.42º32.95%67.84%-
XYZ22.3321.9142.59-
YUV128.95152.86118.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=27.88%
G=30.53%
B=41.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161271730.330.2700.32228.4225.7956.67
Hex747FAD211B020e41a39
Octal16417725541330403443271
Binary11101001111111101011011000011101101000001110010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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