#B479AA

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

Shades of London Hue #B479AA

Tints of London Hue #B479AA

Color information

#B479AA (or 0xB479AA) is unknown color: approx London Hue. HEX triplet: B4, 79 and AA. RGB value is (180,121,170). Sum of RGB (Red+Green+Blue) = 180+121+170=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AA is #4B8655. Grayscale: #909090. Windows color (decimal): -4949590 or 11172276. OLE color: 11172276.

HSL color Cylindrical-coordinate representation of color #B479AA: hue angle of 310.17º 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 #B479AA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180121170-
CMYK00.330.060.29
HSL310.17º28.23%59.02%-
HSV(B)310.17º32.78%70.59%-
XYZ32.9226.2841.37-
YUV144.23142.55153.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=38.22%
G=25.69%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012117000.330.060.29310.1728.2359.02
HexB479AA02161D1361c3b
Octal2641712520416354663473
Binary1011010011110011010101001000011101110110011011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479AA; }

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

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

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

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

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

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

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

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