#467431

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

Shades of Bilbao #467431

Tints of Bilbao #467431

Color information

#467431 (or 0x467431) is unknown color: approx Bilbao. HEX triplet: 46, 74 and 31. RGB value is (70,116,49). Sum of RGB (Red+Green+Blue) = 70+116+49=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #467431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467431 is #B98BCE. Grayscale: #5E5E5E. Windows color (decimal): -12159951 or 3241030. OLE color: 3241030.

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

Color convert

RGB7011649-
CMYK0.4000.580.55
HSL101.19º40.61%32.35%-
HSV(B)101.19º57.76%45.49%-
XYZ9.3314.015.12-
YUV94.61102.26110.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=29.79%
G=49.36%
B=20.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116490.4000.580.55101.1940.6132.35
Hex4674312803A37652920
Octal1061646150072671455140
Binary1000110111010011000110100001110101101111100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467431; }

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

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

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

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

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

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

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

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