#B479AF

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

Shades of London Hue #B479AF

Tints of London Hue #B479AF

Color information

#B479AF (or 0xB479AF) is unknown color: approx London Hue. HEX triplet: B4, 79 and AF. RGB value is (180,121,175). Sum of RGB (Red+Green+Blue) = 180+121+175=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AF is #4B8650. Grayscale: #909090. Windows color (decimal): -4949585 or 11499956. OLE color: 11499956.

HSL color Cylindrical-coordinate representation of color #B479AF: hue angle of 305.08º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B479AF is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180121175-
CMYK00.330.030.29
HSL305.08º28.23%59.02%-
HSV(B)305.08º32.78%70.59%-
XYZ33.426.4743.91-
YUV144.8145.05153.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=37.82%
G=25.42%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012117500.330.030.29305.0828.2359.02
HexB479AF02131D1311c3b
Octal2641712570413354613473
Binary101101001111001101011110100001111110110011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479AF; }

 p { color: rgb(180,121,175); }

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

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

 a { background-color: rgb(180,121,175); }

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

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

 span { border-color: rgb(180,121,175); }

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