#704FB1

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

Shades of Blue Marguerite #704FB1

Tints of Blue Marguerite #704FB1

Color information

#704FB1 (or 0x704FB1) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4F and B1. RGB value is (112,79,177). Sum of RGB (Red+Green+Blue) = 112+79+177=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #704FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FB1 is #8FB04E. Grayscale: #636363. Windows color (decimal): -9416783 or 11620208. OLE color: 11620208.

HSL color Cylindrical-coordinate representation of color #704FB1: hue angle of 260.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704FB1 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11279177-
CMYK0.370.5500.31
HSL260.2º38.58%50.2%-
HSV(B)260.2º55.37%69.41%-
XYZ17.4112.2143.03-
YUV100.04171.43136.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 177 (69.53% from 255) = 48.10%
R=30.43%
G=21.47%
B=48.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112791770.370.5500.31260.238.5850.2
Hex704FB1253701F1042732
Octal16011726145670374044762
Binary1110000100111110110001100101110111011111100000100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704FB1; }

 p { color: rgb(112,79,177); }

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

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

 a { background-color: rgb(112,79,177); }

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

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

 span { border-color: rgb(112,79,177); }

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