#704EB5

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

Shades of Blue Marguerite #704EB5

Tints of Blue Marguerite #704EB5

Color information

#704EB5 (or 0x704EB5) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4E and B5. RGB value is (112,78,181). Sum of RGB (Red+Green+Blue) = 112+78+181=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #704EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EB5 is #8FB14A. Grayscale: #636363. Windows color (decimal): -9417035 or 11882096. OLE color: 11882096.

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

Color convert

RGB11278181-
CMYK0.380.5700.29
HSL259.81º41.04%50.78%-
HSV(B)259.81º56.91%70.98%-
XYZ17.7512.2345.14-
YUV99.91173.76136.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=30.19%
G=21.02%
B=48.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112781810.380.5700.29259.8141.0450.78
Hex704EB5263901D1042933
Octal16011626546710354045163
Binary1110000100111010110101100110111001011101100000100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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