Html Css Color HEX #70799A Ship Cove

📋 copy color: '#70799A'

red 112 ◦ green 121 ◦ blue 154

#70799A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #70799A

Tints of Ship Cove #70799A

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 value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70799A (or 0x70799A) is known color: 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

RGB 112 121 154 -
CMYK 0.27 0.21 0 0.40
HSL 227.14º 0.17% 0.52% -
HSV(B) 227.14º 0.27% 0.6% -
XYZ 19.35 19.45 33.31 -
YUV 122.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 112 121 154 0.27 0.21 0 0.40 227.14 0.17 0.52
Hex 70 79 9A 1B 15 0 28 E3 11 34
Octal 160 171 232 33 25 0 50 343 21 64
Binary 1110000 1111001 10011010 11011 10101 0 101000 11100011 10001 110100

Color Harmonies of #70799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70799A

Black with #70799A

Text Example


Text Example

White with #70799A

Text Example


Text Example

HTML Codes & Css Web 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>