#707CAD

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

Shades of Ship Cove #707CAD

Tints of Ship Cove #707CAD

Color information

#707CAD (or 0x707CAD) is unknown color: approx Ship Cove. HEX triplet: 70, 7C and AD. RGB value is (112,124,173). Sum of RGB (Red+Green+Blue) = 112+124+173=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #707CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707CAD is #8F8352. Grayscale: #7D7D7D. Windows color (decimal): -9405267 or 11369584. OLE color: 11369584.

HSL color Cylindrical-coordinate representation of color #707CAD: hue angle of 228.2º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707CAD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112124173-
CMYK0.350.2800.32
HSL228.2º27.11%55.88%-
HSV(B)228.2º35.26%67.84%-
XYZ21.4320.8842.44-
YUV126154.52118.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=27.38%
G=30.32%
B=42.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121241730.350.2800.32228.227.1155.88
Hex707CAD231C020e41b38
Octal16017425543340403443370
Binary11100001111100101011011000111110001000001110010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707CAD; }

 p { color: rgb(112,124,173); }

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

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

 a { background-color: rgb(112,124,173); }

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

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

 span { border-color: rgb(112,124,173); }

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