#709AA4

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

Shades of Neptune #709AA4

Tints of Neptune #709AA4

Color information

#709AA4 (or 0x709AA4) is unknown color: approx Neptune. HEX triplet: 70, 9A and A4. RGB value is (112,154,164). Sum of RGB (Red+Green+Blue) = 112+154+164=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #709AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AA4 is #8F655B. Grayscale: #8E8E8E. Windows color (decimal): -9397596 or 10787440. OLE color: 10787440.

HSL color Cylindrical-coordinate representation of color #709AA4: hue angle of 191.54º 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 #709AA4 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112154164-
CMYK0.320.0600.36
HSL191.54º22.22%54.12%-
HSV(B)191.54º31.71%64.31%-
XYZ24.9429.2439.45-
YUV142.58140.09106.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=26.05%
G=35.81%
B=38.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121541640.320.0600.36191.5422.2254.12
Hex709AA4206024c01636
Octal1602322444060443002666
Binary1110000100110101010010010000011001001001100000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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