#704EB4

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

Shades of Blue Marguerite #704EB4

Tints of Blue Marguerite #704EB4

Color information

#704EB4 (or 0x704EB4) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4E and B4. RGB value is (112,78,180). Sum of RGB (Red+Green+Blue) = 112+78+180=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #704EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EB4 is #8FB14B. Grayscale: #636363. Windows color (decimal): -9417036 or 11816560. OLE color: 11816560.

HSL color Cylindrical-coordinate representation of color #704EB4: hue angle of 260º degrees, saturation: 0.4, 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 #704EB4 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11278180-
CMYK0.380.5700.29
HSL260º40.48%50.59%-
HSV(B)260º56.67%70.59%-
XYZ17.6412.1944.6-
YUV99.79173.26136.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=30.27%
G=21.08%
B=48.65%

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
Decimal112781800.380.5700.2926040.4850.59
Hex704EB4263901D1042833
Octal16011626446710354045063
Binary1110000100111010110100100110111001011101100000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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