#7056AF

Color #7056AF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7056AF

Tints of Blue Marguerite #7056AF

Color information

#7056AF (or 0x7056AF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 56 and AF. RGB value is (112,86,175). Sum of RGB (Red+Green+Blue) = 112+86+175=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #7056AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7056AF is #8FA950. Grayscale: #676767. Windows color (decimal): -9414993 or 11490928. OLE color: 11490928.

HSL color Cylindrical-coordinate representation of color #7056AF: hue angle of 257.53º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7056AF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11286175-
CMYK0.360.5100.31
HSL257.53º35.74%51.18%-
HSV(B)257.53º50.86%68.63%-
XYZ17.7513.242.17-
YUV103.92168.11133.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=30.03%
G=23.06%
B=46.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112861750.360.5100.31257.5335.7451.18
Hex7056AF243301F1022433
Octal16012625744630374024463
Binary1110000101011010101111100100110011011111100000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7056AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7056AF; }

 p { color: rgb(112,86,175); }

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

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

 a { background-color: rgb(112,86,175); }

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

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

 span { border-color: rgb(112,86,175); }

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