#467B01

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

Shades of Bilbao #467B01

Tints of Bilbao #467B01

Color information

#467B01 (or 0x467B01) is unknown color: approx Bilbao. HEX triplet: 46, 7B and 01. RGB value is (70,123,1). Sum of RGB (Red+Green+Blue) = 70+123+1=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #467B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B01 is #B984FE. Grayscale: #5D5D5D. Windows color (decimal): -12158207 or 97094. OLE color: 97094.

HSL color Cylindrical-coordinate representation of color #467B01: hue angle of 86.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #467B01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB701231-
CMYK0.4300.990.52
HSL86.07º98.39%24.31%-
HSV(B)86.07º99.19%48.24%-
XYZ9.6115.472.51-
YUV93.2475.94111.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 123 (48.44% from 255) = 63.40%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=36.08%
G=63.40%
B=0.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7012310.4300.990.5286.0798.3924.31
Hex467B12B06334566218
Octal10617315301436412614230
Binary100011011110111101011011000111101001010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467B01; }

 p { color: rgb(70,123,1); }

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

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

 a { background-color: rgb(70,123,1); }

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

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

 span { border-color: rgb(70,123,1); }

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