#467904

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

Shades of Bilbao #467904

Tints of Bilbao #467904

Color information

#467904 (or 0x467904) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 04. RGB value is (70,121,4). Sum of RGB (Red+Green+Blue) = 70+121+4=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #467904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467904 is #B986FB. Grayscale: #5C5C5C. Windows color (decimal): -12158716 or 293190. OLE color: 293190.

HSL color Cylindrical-coordinate representation of color #467904: hue angle of 86.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #467904 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB701214-
CMYK0.4200.970.53
HSL86.15º93.6%24.51%-
HSV(B)86.15º96.69%47.45%-
XYZ9.3914.992.51-
YUV92.4178.1112.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 121 (47.66% from 255) = 62.05%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=35.90%
G=62.05%
B=2.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7012140.4200.970.5386.1593.624.51
Hex467942A06135565e19
Octal10617145201416512613631
Binary10001101111001100101010011000011101011010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467904; }

 p { color: rgb(70,121,4); }

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

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

 a { background-color: rgb(70,121,4); }

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

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

 span { border-color: rgb(70,121,4); }

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