#498104

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

Shades of Bilbao #498104

Tints of Bilbao #498104

Color information

#498104 (or 0x498104) is unknown color: approx Bilbao. HEX triplet: 49, 81 and 04. RGB value is (73,129,4). Sum of RGB (Red+Green+Blue) = 73+129+4=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #498104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498104 is #B67EFB. Grayscale: #626262. Windows color (decimal): -11960060 or 295241. OLE color: 295241.

HSL color Cylindrical-coordinate representation of color #498104: hue angle of 86.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #498104 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB731294-
CMYK0.4300.970.49
HSL86.88º93.98%26.08%-
HSV(B)86.88º96.9%50.59%-
XYZ10.6217.132.86-
YUV98.0174.95110.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 62.62%
BLUE value IS 4 (1.95% from 255) = 1.94%
R=35.44%
G=62.62%
B=1.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7312940.4300.970.4986.8893.9826.08
Hex498142B06131575e1a
Octal11120145301416112713632
Binary100100110000001100101011011000011100011010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498104; }

 p { color: rgb(73,129,4); }

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

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

 a { background-color: rgb(73,129,4); }

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

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

 span { border-color: rgb(73,129,4); }

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