Html Css Color HEX #46791C Bilbao

📋 copy color: '#46791C'

red 70 ◦ green 121 ◦ blue 28

#46791C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #46791C

Tints of Bilbao #46791C

RGB

 RED value IS 70 (27.73% from 255) = 31.96%

 GREEN value IS 121 (47.66% from 255) = 55.25%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 31.96%
G = 55.25%
B = 12.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#46791C (or 0x46791C) is known color: Bilbao. HEX triplet: 46, 79 and 1C. RGB value is (70,121,28). Sum of RGB (Red+Green+Blue) = 70+121+28=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #46791C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46791C is #B986E3. Grayscale: #5F5F5F. Windows color (decimal): -12158692 or 1866054. OLE color: 1866054.

HSL color Cylindrical-coordinate representation of color #46791C: hue angle of 92.9º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46791C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 28 -
CMYK 0.42 0 0.77 0.53
HSL 92.9º 0.62% 0.29% -
HSV(B) 92.9º 0.77% 0.47% -
XYZ 9.57 15.06 3.5 -
YUV 95.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 70 121 28 0.42 0 0.77 0.53 92.9 0.62 0.29
Hex 46 79 1C 2A 0 4D 35 5D 3E 1D
Octal 106 171 34 52 0 115 65 135 76 35
Binary 1000110 1111001 11100 101010 0 1001101 110101 1011101 111110 11101

Color Harmonies of #46791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46791C

Black with #46791C

Text Example


Text Example

White with #46791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46791C; }

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

 H1.HeaderClassName
 {
   color: #46791C;
 }
 .AnyTagClassName
 {
   color: #46791C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #46791C;
 }
 .BgClassName
 {
   background-color: #46791C;
 }
</style>

border-color css

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

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

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