#747898

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

Shades of Ship Cove #747898

Tints of Ship Cove #747898

Color information

#747898 (or 0x747898) is unknown color: approx Ship Cove. HEX triplet: 74, 78 and 98. RGB value is (116,120,152). Sum of RGB (Red+Green+Blue) = 116+120+152=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #747898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747898 is #8B8767. Grayscale: #7A7A7A. Windows color (decimal): -9144168 or 9992308. OLE color: 9992308.

HSL color Cylindrical-coordinate representation of color #747898: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747898 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB116120152-
CMYK0.240.2100.40
HSL233.33º14.88%52.55%-
HSV(B)233.33º23.68%59.61%-
XYZ19.5919.4132.42-
YUV122.45144.67123.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=29.90%
G=30.93%
B=39.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161201520.240.2100.40233.3314.8852.55
Hex7478981815028e9f35
Octal16417023030250503511765
Binary111010011110001001100011000101010101000111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747898; }

 p { color: rgb(116,120,152); }

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

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

 a { background-color: rgb(116,120,152); }

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

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

 span { border-color: rgb(116,120,152); }

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