#73A4C7

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

Shades of Seagull #73A4C7

Tints of Seagull #73A4C7

Color information

#73A4C7 (or 0x73A4C7) is unknown color: approx Seagull. HEX triplet: 73, A4 and C7. RGB value is (115,164,199). Sum of RGB (Red+Green+Blue) = 115+164+199=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #73A4C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4C7 is #8C5B38. Grayscale: #999999. Windows color (decimal): -9198393 or 13083763. OLE color: 13083763.

HSL color Cylindrical-coordinate representation of color #73A4C7: hue angle of 205º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73A4C7 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115164199-
CMYK0.420.1800.22
HSL205º42.86%61.57%-
HSV(B)205º42.21%78.04%-
XYZ30.6534.3259.04-
YUV153.34153.77100.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.06%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 199 (78.12% from 255) = 41.63%
R=24.06%
G=34.31%
B=41.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151641990.420.1800.2220542.8661.57
Hex73A4C72A12016cd2b3e
Octal16324430752220263155376
Binary111001110100100110001111010101001001011011001101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,164,199); }

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

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

 a { background-color: rgb(115,164,199); }

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

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

 span { border-color: rgb(115,164,199); }

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