#46772B

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

Shades of Bilbao #46772B

Tints of Bilbao #46772B

Color information

#46772B (or 0x46772B) is unknown color: approx Bilbao. HEX triplet: 46, 77 and 2B. RGB value is (70,119,43). Sum of RGB (Red+Green+Blue) = 70+119+43=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #46772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46772B is #B988D4. Grayscale: #5F5F5F. Windows color (decimal): -12159189 or 2848582. OLE color: 2848582.

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

Color convert

RGB7011943-
CMYK0.4100.640.53
HSL98.68º46.91%31.76%-
HSV(B)98.68º63.87%46.67%-
XYZ9.5614.674.61-
YUV95.6898.27109.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=30.17%
G=51.29%
B=18.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119430.4100.640.5398.6846.9131.76
Hex46772B2904035632f20
Octal10616753510100651435740
Binary10001101110111101011101001010000001101011100011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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