#709BA2

Color #709BA2 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #709BA2

Tints of Neptune #709BA2

Color information

#709BA2 (or 0x709BA2) is unknown color: approx Neptune. HEX triplet: 70, 9B and A2. RGB value is (112,155,162). Sum of RGB (Red+Green+Blue) = 112+155+162=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 162 - color contains mainly: blue. Hex color #709BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BA2 is #8F645D. Grayscale: #8E8E8E. Windows color (decimal): -9397342 or 10656624. OLE color: 10656624.

HSL color Cylindrical-coordinate representation of color #709BA2: hue angle of 188.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #709BA2 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112155162-
CMYK0.310.0400.36
HSL188.4º21.19%53.73%-
HSV(B)188.4º30.86%63.53%-
XYZ24.9329.538.56-
YUV142.94138.75105.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=26.11%
G=36.13%
B=37.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121551620.310.0400.36188.421.1953.73
Hex709BA21F4024bc1536
Octal1602332423740442742566
Binary111000010011011101000101111110001001001011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709BA2; }

 p { color: rgb(112,155,162); }

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

<style>
 a { background-color: #709BA2; }

 a { background-color: rgb(112,155,162); }

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

<style>
 span { border-color: #709BA2; }

 span { border-color: rgb(112,155,162); }

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