#73A4CA

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

Shades of Seagull #73A4CA

Tints of Seagull #73A4CA

Color information

#73A4CA (or 0x73A4CA) is unknown color: approx Seagull. HEX triplet: 73, A4 and CA. RGB value is (115,164,202). Sum of RGB (Red+Green+Blue) = 115+164+202=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #73A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4CA is #8C5B35. Grayscale: #999999. Windows color (decimal): -9198390 or 13280371. OLE color: 13280371.

HSL color Cylindrical-coordinate representation of color #73A4CA: hue angle of 206.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A4CA is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115164202-
CMYK0.430.1900.21
HSL206.21º45.08%62.16%-
HSV(B)206.21º43.07%79.22%-
XYZ31.0134.4660.89-
YUV153.68155.27100.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=23.91%
G=34.10%
B=42.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151642020.430.1900.21206.2145.0862.16
Hex73A4CA2B13015ce2d3e
Octal16324431253230253165576
Binary111001110100100110010101010111001101010111001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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