#704EB3

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

Shades of Blue Marguerite #704EB3

Tints of Blue Marguerite #704EB3

Color information

#704EB3 (or 0x704EB3) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4E and B3. RGB value is (112,78,179). Sum of RGB (Red+Green+Blue) = 112+78+179=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #704EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EB3 is #8FB14C. Grayscale: #636363. Windows color (decimal): -9417037 or 11751024. OLE color: 11751024.

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

Color convert

RGB11278179-
CMYK0.370.5600.30
HSL260.2º39.92%50.39%-
HSV(B)260.2º56.42%70.2%-
XYZ17.5412.1544.07-
YUV99.68172.76136.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 179 (70.31% from 255) = 48.51%
R=30.35%
G=21.14%
B=48.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal112781790.370.5600.30260.239.9250.39
Hex704EB3253801E1042832
Octal16011626345700364045062
Binary1110000100111010110011100101111000011110100000100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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