#704CB5

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

Shades of Blue Marguerite #704CB5

Tints of Blue Marguerite #704CB5

Color information

#704CB5 (or 0x704CB5) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4C and B5. RGB value is (112,76,181). Sum of RGB (Red+Green+Blue) = 112+76+181=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #704CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CB5 is #8FB34A. Grayscale: #626262. Windows color (decimal): -9417547 or 11881584. OLE color: 11881584.

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

Color convert

RGB11276181-
CMYK0.380.5800.29
HSL260.57º41.5%50.39%-
HSV(B)260.57º58.01%70.98%-
XYZ17.6111.9545.09-
YUV98.73174.43137.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 181 (71.09% from 255) = 49.05%
R=30.35%
G=20.60%
B=49.05%

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
Decimal112761810.380.5800.29260.5741.550.39
Hex704CB5263A01D1052a32
Octal16011426546720354055262
Binary1110000100110010110101100110111010011101100000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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