#707BA4

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

Shades of Ship Cove #707BA4

Tints of Ship Cove #707BA4

Color information

#707BA4 (or 0x707BA4) is unknown color: approx Ship Cove. HEX triplet: 70, 7B and A4. RGB value is (112,123,164). Sum of RGB (Red+Green+Blue) = 112+123+164=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #707BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BA4 is #8F845B. Grayscale: #7C7C7C. Windows color (decimal): -9405532 or 10779504. OLE color: 10779504.

HSL color Cylindrical-coordinate representation of color #707BA4: hue angle of 227.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707BA4 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112123164-
CMYK0.320.2500.36
HSL227.31º22.22%54.12%-
HSV(B)227.31º31.71%64.31%-
XYZ20.4720.2937.96-
YUV124.38150.36119.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=28.07%
G=30.83%
B=41.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121231640.320.2500.36227.3122.2254.12
Hex707BA42019024e31636
Octal16017324440310443432666
Binary11100001111011101001001000001100101001001110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,123,164); }

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

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

 a { background-color: rgb(112,123,164); }

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

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

 span { border-color: rgb(112,123,164); }

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