Html Css Color HEX #46742F Bilbao

📋 copy color: '#46742F'

red 70 ◦ green 116 ◦ blue 47

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

Shades of Bilbao #46742F

Tints of Bilbao #46742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 30.04%
G = 49.79%
B = 20.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#46742F (or 0x46742F) is known color: Bilbao. HEX triplet: 46, 74 and 2F. RGB value is (70,116,47). Sum of RGB (Red+Green+Blue) = 70+116+47=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #46742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46742F is #B98BD0. Grayscale: #5E5E5E. Windows color (decimal): -12159953 or 3109958. OLE color: 3109958.

HSL color Cylindrical-coordinate representation of color #46742F: hue angle of 100º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46742F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 47 -
CMYK 0.40 0 0.59 0.55
HSL 100º 0.42% 0.32% -
HSV(B) 100º 0.59% 0.45% -
XYZ 9.28 14 4.9 -
YUV 94.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 70 116 47 0.40 0 0.59 0.55 100 0.42 0.32
Hex 46 74 2F 28 0 3B 37 64 2A 20
Octal 106 164 57 50 0 73 67 144 52 40
Binary 1000110 1110100 101111 101000 0 111011 110111 1100100 101010 100000

Color Harmonies of #46742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46742F

Black with #46742F

Text Example


Text Example

White with #46742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46742F; }

 p { color: rgb(70,116,47); }

 H1.HeaderClassName
 {
   color: #46742F;
 }
 .AnyTagClassName
 {
   color: #46742F;
 }
</style>

background-color css

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

 a { background-color: rgb(70,116,47); }

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

border-color css

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

 span { border-color: rgb(70,116,47); }

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