#46762B

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

Shades of Bilbao #46762B

Tints of Bilbao #46762B

Color information

#46762B (or 0x46762B) is unknown color: approx Bilbao. HEX triplet: 46, 76 and 2B. RGB value is (70,118,43). Sum of RGB (Red+Green+Blue) = 70+118+43=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #46762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46762B is #B989D4. Grayscale: #5F5F5F. Windows color (decimal): -12159445 or 2848326. OLE color: 2848326.

HSL color Cylindrical-coordinate representation of color #46762B: hue angle of 98.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46762B is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB7011843-
CMYK0.4100.640.54
HSL98.4º46.58%31.57%-
HSV(B)98.4º63.56%46.27%-
XYZ9.4414.434.57-
YUV95.198.6110.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=30.30%
G=51.08%
B=18.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118430.4100.640.5498.446.5831.57
Hex46762B2904036622f20
Octal10616653510100661425740
Binary10001101110110101011101001010000001101101100010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46762B; }

 p { color: rgb(70,118,43); }

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

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

 a { background-color: rgb(70,118,43); }

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

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

 span { border-color: rgb(70,118,43); }

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