#704CB6

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

Shades of Blue Marguerite #704CB6

Tints of Blue Marguerite #704CB6

Color information

#704CB6 (or 0x704CB6) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4C and B6. RGB value is (112,76,182). Sum of RGB (Red+Green+Blue) = 112+76+182=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #704CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CB6 is #8FB349. Grayscale: #626262. Windows color (decimal): -9417546 or 11947120. OLE color: 11947120.

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

Color convert

RGB11276182-
CMYK0.380.5800.29
HSL260.38º42.06%50.59%-
HSV(B)260.38º58.24%71.37%-
XYZ17.7111.9945.64-
YUV98.85174.93137.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 182 (71.48% from 255) = 49.19%
R=30.27%
G=20.54%
B=49.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112761820.380.5800.29260.3842.0650.59
Hex704CB6263A01D1042a33
Octal16011426646720354045263
Binary1110000100110010110110100110111010011101100000100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,182); }

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

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

 a { background-color: rgb(112,76,182); }

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

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

 span { border-color: rgb(112,76,182); }

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