#468203

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

Shades of Bilbao #468203

Tints of Bilbao #468203

Color information

#468203 (or 0x468203) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 03. RGB value is (70,130,3). Sum of RGB (Red+Green+Blue) = 70+130+3=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #468203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468203 is #B97DFC. Grayscale: #626262. Windows color (decimal): -12156413 or 229958. OLE color: 229958.

HSL color Cylindrical-coordinate representation of color #468203: hue angle of 88.35º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #468203 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB701303-
CMYK0.4600.980.49
HSL88.35º95.49%26.08%-
HSV(B)88.35º97.69%50.98%-
XYZ10.5217.272.87-
YUV97.5874.62108.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=34.48%
G=64.04%
B=1.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7013030.4600.980.4988.3595.4926.08
Hex468232E06231585f1a
Octal10620235601426113013732
Binary10001101000001011101110011000101100011011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468203; }

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

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

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

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

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

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

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

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