#B479C4

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

Shades of East Side #B479C4

Tints of East Side #B479C4

Color information

#B479C4 (or 0xB479C4) is unknown color: approx East Side. HEX triplet: B4, 79 and C4. RGB value is (180,121,196). Sum of RGB (Red+Green+Blue) = 180+121+196=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #B479C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479C4 is #4B863B. Grayscale: #929292. Windows color (decimal): -4949564 or 12876212. OLE color: 12876212.

HSL color Cylindrical-coordinate representation of color #B479C4: hue angle of 287.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B479C4 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180121196-
CMYK0.080.3800.23
HSL287.2º38.86%62.16%-
HSV(B)287.2º38.27%76.86%-
XYZ35.6227.3655.63-
YUV147.19155.55151.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 196 (76.95% from 255) = 39.44%
R=36.22%
G=24.35%
B=39.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801211960.080.3800.23287.238.8662.16
HexB479C482601711f273e
Octal26417130410460274374776
Binary101101001111001110001001000100110010111100011111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479C4; }

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

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

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

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

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

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

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

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