Html Css Color HEX #70789C Ship Cove

📋 copy color: '#70789C'

red 112 ◦ green 120 ◦ blue 156

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

Shades of Ship Cove #70789C

Tints of Ship Cove #70789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 28.87%
G = 30.93%
B = 40.21%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70789C (or 0x70789C) is known color: Ship Cove. HEX triplet: 70, 78 and 9C. RGB value is (112,120,156). Sum of RGB (Red+Green+Blue) = 112+120+156=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #70789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70789C is #8F8763. Grayscale: #797979. Windows color (decimal): -9406308 or 10254448. OLE color: 10254448.

HSL color Cylindrical-coordinate representation of color #70789C: hue angle of 229.09º 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 #70789C is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 120 156 -
CMYK 0.28 0.23 0 0.39
HSL 229.09º 0.18% 0.53% -
HSV(B) 229.09º 0.28% 0.61% -
XYZ 19.4 19.28 34.15 -
YUV 121.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 112 120 156 0.28 0.23 0 0.39 229.09 0.18 0.53
Hex 70 78 9C 1C 17 0 27 E5 12 35
Octal 160 170 234 34 27 0 47 345 22 65
Binary 1110000 1111000 10011100 11100 10111 0 100111 11100101 10010 110101

Color Harmonies of #70789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70789C

Black with #70789C

Text Example


Text Example

White with #70789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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