Html Css Color HEX #709BA4 Neptune

📋 copy color: '#709BA4'

red 112 ◦ green 155 ◦ blue 164

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

Shades of Neptune #709BA4

Tints of Neptune #709BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 25.99%
G = 35.96%
B = 38.05%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#709BA4 (or 0x709BA4) is known color: Neptune. HEX triplet: 70, 9B and A4. RGB value is (112,155,164). Sum of RGB (Red+Green+Blue) = 112+155+164=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 164 - color contains mainly: blue. Hex color #709BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BA4 is #8F645B. Grayscale: #8F8F8F. Windows color (decimal): -9397340 or 10787696. OLE color: 10787696.

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

Color convert

RGB 112 155 164 -
CMYK 0.32 0.05 0 0.36
HSL 190.38º 0.22% 0.54% -
HSV(B) 190.38º 0.32% 0.64% -
XYZ 25.1 29.57 39.51 -
YUV 143.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 112 155 164 0.32 0.05 0 0.36 190.38 0.22 0.54
Hex 70 9B A4 20 5 0 24 BE 16 36
Octal 160 233 244 40 5 0 44 276 26 66
Binary 1110000 10011011 10100100 100000 101 0 100100 10111110 10110 110110

Color Harmonies of #709BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709BA4

Black with #709BA4

Text Example


Text Example

White with #709BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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