#704DB4

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

Shades of Blue Marguerite #704DB4

Tints of Blue Marguerite #704DB4

Color information

#704DB4 (or 0x704DB4) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4D and B4. RGB value is (112,77,180). Sum of RGB (Red+Green+Blue) = 112+77+180=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #704DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DB4 is #8FB24B. Grayscale: #626262. Windows color (decimal): -9417292 or 11816304. OLE color: 11816304.

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

Color convert

RGB11277180-
CMYK0.380.5700.29
HSL260.39º40.71%50.39%-
HSV(B)260.39º57.22%70.59%-
XYZ17.5712.0544.58-
YUV99.21173.6137.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=30.35%
G=20.87%
B=48.78%

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
Decimal112771800.380.5700.29260.3940.7150.39
Hex704DB4263901D1042932
Octal16011526446710354045162
Binary1110000100110110110100100110111001011101100000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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