#B479AC

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

Shades of London Hue #B479AC

Tints of London Hue #B479AC

Color information

#B479AC (or 0xB479AC) is unknown color: approx London Hue. HEX triplet: B4, 79 and AC. RGB value is (180,121,172). Sum of RGB (Red+Green+Blue) = 180+121+172=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B479AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B479AC is #4B8653. Grayscale: #909090. Windows color (decimal): -4949588 or 11303348. OLE color: 11303348.

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

Color convert

RGB180121172-
CMYK00.330.040.29
HSL308.14º28.23%59.02%-
HSV(B)308.14º32.78%70.59%-
XYZ33.1126.3642.37-
YUV144.46143.55153.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 121 (47.66% from 255) = 25.58%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=38.05%
G=25.58%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012117200.330.040.29308.1428.2359.02
HexB479AC02141D1341c3b
Octal2641712540414354643473
Binary1011010011110011010110001000011001110110011010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479AC; }

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

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

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

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

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

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

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

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