#747B97

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

Shades of Ship Cove #747B97

Tints of Ship Cove #747B97

Color information

#747B97 (or 0x747B97) is unknown color: approx Ship Cove. HEX triplet: 74, 7B and 97. RGB value is (116,123,151). Sum of RGB (Red+Green+Blue) = 116+123+151=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #747B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B97 is #8B8468. Grayscale: #7B7B7B. Windows color (decimal): -9143401 or 9927540. OLE color: 9927540.

HSL color Cylindrical-coordinate representation of color #747B97: hue angle of 228º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747B97 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116123151-
CMYK0.230.1900.41
HSL228º14.4%52.35%-
HSV(B)228º23.18%59.22%-
XYZ19.8720.1132.11-
YUV124.1143.18122.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=29.74%
G=31.54%
B=38.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161231510.230.1900.4122814.452.35
Hex747B971713029e4e34
Octal16417322727230513441664
Binary111010011110111001011110111100110101001111001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,123,151); }

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

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

 a { background-color: rgb(116,123,151); }

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

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

 span { border-color: rgb(116,123,151); }

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