Html Css Color HEX #709DA4 Neptune

📋 copy color: '#709DA4'

red 112 ◦ green 157 ◦ blue 164

#709DA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #709DA4

Tints of Neptune #709DA4

RGB

 RED value IS 112 (44.14% from 255) = 25.87%

 GREEN value IS 157 (61.72% from 255) = 36.26%

 BLUE value IS 164 (64.45% from 255) = 37.88%

R = 25.87%
G = 36.26%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#709DA4 (or 0x709DA4) is known color: Neptune. HEX triplet: 70, 9D and A4. RGB value is (112,157,164). Sum of RGB (Red+Green+Blue) = 112+157+164=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #709DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DA4 is #8F625B. Grayscale: #909090. Windows color (decimal): -9396828 or 10788208. OLE color: 10788208.

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

Color convert

RGB 112 157 164 -
CMYK 0.32 0.04 0 0.36
HSL 188.08º 0.22% 0.54% -
HSV(B) 188.08º 0.32% 0.64% -
XYZ 25.44 30.24 39.62 -
YUV 144.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 112 157 164 0.32 0.04 0 0.36 188.08 0.22 0.54
Hex 70 9D A4 20 4 0 24 BC 16 36
Octal 160 235 244 40 4 0 44 274 26 66
Binary 1110000 10011101 10100100 100000 100 0 100100 10111100 10110 110110

Color Harmonies of #709DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DA4

Black with #709DA4

Text Example


Text Example

White with #709DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709DA4;
 }
 .AnyTagClassName
 {
   color: #709DA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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