Html Css Color HEX #73A4CA Seagull

📋 copy color: '#73A4CA'

red 115 ◦ green 164 ◦ blue 202

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

Shades of Seagull #73A4CA

Tints of Seagull #73A4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.1%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 23.91%
G = 34.1%
B = 42%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#73A4CA (or 0x73A4CA) is known color: 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

RGB 115 164 202 -
CMYK 0.43 0.19 0 0.21
HSL 206.21º 0.45% 0.62% -
HSV(B) 206.21º 0.43% 0.79% -
XYZ 31.01 34.46 60.89 -
YUV 153.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 115 164 202 0.43 0.19 0 0.21 206.21 0.45 0.62
Hex 73 A4 CA 2B 13 0 15 CE 2D 3E
Octal 163 244 312 53 23 0 25 316 55 76
Binary 1110011 10100100 11001010 101011 10011 0 10101 11001110 101101 111110

Color Harmonies of #73A4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A4CA

Black with #73A4CA

Text Example


Text Example

White with #73A4CA

Text Example


Text Example

HTML Codes & Css Web 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>