Html Css Color HEX #739CA8 Neptune

📋 copy color: '#739CA8'

red 115 ◦ green 156 ◦ blue 168

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

Shades of Neptune #739CA8

Tints of Neptune #739CA8

RGB

 RED value IS 115 (45.31% from 255) = 26.2%

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

 BLUE value IS 168 (66.02% from 255) = 38.27%

R = 26.2%
G = 35.54%
B = 38.27%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#739CA8 (or 0x739CA8) is known color: Neptune. HEX triplet: 73, 9C and A8. RGB value is (115,156,168). Sum of RGB (Red+Green+Blue) = 115+156+168=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #739CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CA8 is #8C6357. Grayscale: #919191. Windows color (decimal): -9200472 or 11050099. OLE color: 11050099.

HSL color Cylindrical-coordinate representation of color #739CA8: hue angle of 193.58º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739CA8 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 156 168 -
CMYK 0.32 0.07 0 0.34
HSL 193.58º 0.23% 0.55% -
HSV(B) 193.58º 0.32% 0.66% -
XYZ 26.03 30.25 41.51 -
YUV 145.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 115 156 168 0.32 0.07 0 0.34 193.58 0.23 0.55
Hex 73 9C A8 20 7 0 22 C2 17 37
Octal 163 234 250 40 7 0 42 302 27 67
Binary 1110011 10011100 10101000 100000 111 0 100010 11000010 10111 110111

Color Harmonies of #739CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739CA8

Black with #739CA8

Text Example


Text Example

White with #739CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739CA8; }

 p { color: rgb(115,156,168); }

 H1.HeaderClassName
 {
   color: #739CA8;
 }
 .AnyTagClassName
 {
   color: #739CA8;
 }
</style>

background-color css

<style>
 a { background-color: #739CA8; }

 a { background-color: rgb(115,156,168); }

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

border-color css

<style>
 span { border-color: #739CA8; }

 span { border-color: rgb(115,156,168); }

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