Html Css Color HEX #709CA2 Neptune

📋 copy color: '#709CA2'

red 112 ◦ green 156 ◦ blue 162

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

Shades of Neptune #709CA2

Tints of Neptune #709CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 26.05%
G = 36.28%
B = 37.67%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#709CA2 (or 0x709CA2) is known color: Neptune. HEX triplet: 70, 9C and A2. RGB value is (112,156,162). Sum of RGB (Red+Green+Blue) = 112+156+162=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 162 - color contains mainly: blue. Hex color #709CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CA2 is #8F635D. Grayscale: #8F8F8F. Windows color (decimal): -9397086 or 10656880. OLE color: 10656880.

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

Color convert

RGB 112 156 162 -
CMYK 0.31 0.04 0 0.36
HSL 187.2º 0.21% 0.54% -
HSV(B) 187.2º 0.31% 0.64% -
XYZ 25.09 29.83 38.62 -
YUV 143.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 112 156 162 0.31 0.04 0 0.36 187.2 0.21 0.54
Hex 70 9C A2 1F 4 0 24 BB 15 36
Octal 160 234 242 37 4 0 44 273 25 66
Binary 1110000 10011100 10100010 11111 100 0 100100 10111011 10101 110110

Color Harmonies of #709CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CA2

Black with #709CA2

Text Example


Text Example

White with #709CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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