Html Css Color HEX #70799C Ship Cove

📋 copy color: '#70799C'

red 112 ◦ green 121 ◦ blue 156

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

Shades of Ship Cove #70799C

Tints of Ship Cove #70799C

RGB

 RED value IS 112 (44.14% from 255) = 28.79%

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 28.79%
G = 31.11%
B = 40.1%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70799C (or 0x70799C) is known color: Ship Cove. HEX triplet: 70, 79 and 9C. RGB value is (112,121,156). Sum of RGB (Red+Green+Blue) = 112+121+156=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #70799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70799C is #8F8663. Grayscale: #7A7A7A. Windows color (decimal): -9406052 or 10254704. OLE color: 10254704.

HSL color Cylindrical-coordinate representation of color #70799C: hue angle of 227.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70799C is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 121 156 -
CMYK 0.28 0.22 0 0.39
HSL 227.73º 0.18% 0.53% -
HSV(B) 227.73º 0.28% 0.61% -
XYZ 19.52 19.52 34.19 -
YUV 122.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 112 121 156 0.28 0.22 0 0.39 227.73 0.18 0.53
Hex 70 79 9C 1C 16 0 27 E4 12 35
Octal 160 171 234 34 26 0 47 344 22 65
Binary 1110000 1111001 10011100 11100 10110 0 100111 11100100 10010 110101

Color Harmonies of #70799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70799C

Black with #70799C

Text Example


Text Example

White with #70799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70799C;
 }
 .AnyTagClassName
 {
   color: #70799C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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