#704FB5

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

Shades of Blue Marguerite #704FB5

Tints of Blue Marguerite #704FB5

Color information

#704FB5 (or 0x704FB5) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4F and B5. RGB value is (112,79,181). Sum of RGB (Red+Green+Blue) = 112+79+181=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #704FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FB5 is #8FB04A. Grayscale: #646464. Windows color (decimal): -9416779 or 11882352. OLE color: 11882352.

HSL color Cylindrical-coordinate representation of color #704FB5: hue angle of 259.41º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704FB5 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11279181-
CMYK0.380.5600.29
HSL259.41º40.8%50.98%-
HSV(B)259.41º56.35%70.98%-
XYZ17.8212.3745.17-
YUV100.49173.43136.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=30.11%
G=21.24%
B=48.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112791810.380.5600.29259.4140.850.98
Hex704FB5263801D1032933
Octal16011726546700354035163
Binary1110000100111110110101100110111000011101100000011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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