#709CA4

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

Shades of Neptune #709CA4

Tints of Neptune #709CA4

Color information

#709CA4 (or 0x709CA4) is unknown color: approx Neptune. HEX triplet: 70, 9C and A4. RGB value is (112,156,164). Sum of RGB (Red+Green+Blue) = 112+156+164=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #709CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CA4 is #8F635B. Grayscale: #8F8F8F. Windows color (decimal): -9397084 or 10787952. OLE color: 10787952.

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

Color convert

RGB112156164-
CMYK0.320.0500.36
HSL189.23º22.22%54.12%-
HSV(B)189.23º31.71%64.31%-
XYZ25.2729.939.56-
YUV143.76139.42105.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=25.93%
G=36.11%
B=37.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121561640.320.0500.36189.2322.2254.12
Hex709CA4205024bd1636
Octal1602342444050442752666
Binary1110000100111001010010010000010101001001011110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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