#73A7B4

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

Shades of Neptune #73A7B4

Tints of Neptune #73A7B4

Color information

#73A7B4 (or 0x73A7B4) is unknown color: approx Neptune. HEX triplet: 73, A7 and B4. RGB value is (115,167,180). Sum of RGB (Red+Green+Blue) = 115+167+180=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #73A7B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7B4 is #8C584B. Grayscale: #989898. Windows color (decimal): -9197644 or 11839347. OLE color: 11839347.

HSL color Cylindrical-coordinate representation of color #73A7B4: hue angle of 192º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73A7B4 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115167180-
CMYK0.360.0700.29
HSL192º30.23%57.84%-
HSV(B)192º36.11%70.59%-
XYZ29.1334.5848.32-
YUV152.93143.27100.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.89%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=24.89%
G=36.15%
B=38.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151671800.360.0700.2919230.2357.84
Hex73A7B424701Dc01e3a
Octal1632472644470353003672
Binary111001110100111101101001001001110111011100000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A7B4; }

 p { color: rgb(115,167,180); }

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

<style>
 a { background-color: #73A7B4; }

 a { background-color: rgb(115,167,180); }

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

<style>
 span { border-color: #73A7B4; }

 span { border-color: rgb(115,167,180); }

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