#70799A

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

Shades of Ship Cove #70799A

Tints of Ship Cove #70799A

Color information

#70799A (or 0x70799A) is unknown color: approx Ship Cove. HEX triplet: 70, 79 and 9A. RGB value is (112,121,154). Sum of RGB (Red+Green+Blue) = 112+121+154=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #70799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70799A is #8F8665. Grayscale: #797979. Windows color (decimal): -9406054 or 10123632. OLE color: 10123632.

HSL color Cylindrical-coordinate representation of color #70799A: hue angle of 227.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70799A is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112121154-
CMYK0.270.2100.40
HSL227.14º17.21%52.16%-
HSV(B)227.14º27.27%60.39%-
XYZ19.3519.4533.31-
YUV122.07146.02120.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=28.94%
G=31.27%
B=39.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121211540.270.2100.40227.1417.2152.16
Hex70799A1B15028e31134
Octal16017123233250503432164
Binary1110000111100110011010110111010101010001110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70799A; }

 p { color: rgb(112,121,154); }

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

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

 a { background-color: rgb(112,121,154); }

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

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

 span { border-color: rgb(112,121,154); }

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