#46821B

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

Shades of Bilbao #46821B

Tints of Bilbao #46821B

Color information

#46821B (or 0x46821B) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 1B. RGB value is (70,130,27). Sum of RGB (Red+Green+Blue) = 70+130+27=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #46821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46821B is #B97DE4. Grayscale: #646464. Windows color (decimal): -12156389 or 1802822. OLE color: 1802822.

HSL color Cylindrical-coordinate representation of color #46821B: hue angle of 94.95º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46821B is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB7013027-
CMYK0.4600.790.49
HSL94.95º65.61%30.78%-
HSV(B)94.95º79.23%50.98%-
XYZ10.7117.353.82-
YUV100.3286.62106.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=30.84%
G=57.27%
B=11.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130270.4600.790.4994.9565.6130.78
Hex46821B2E04F315f421f
Octal106202335601176113710237
Binary10001101000001011011101110010011111100011011111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,130,27); }

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

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

 a { background-color: rgb(70,130,27); }

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

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

 span { border-color: rgb(70,130,27); }

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