#704EBE

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

Shades of Blue Marguerite #704EBE

Tints of Blue Marguerite #704EBE

Color information

#704EBE (or 0x704EBE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4E and BE. RGB value is (112,78,190). Sum of RGB (Red+Green+Blue) = 112+78+190=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #704EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EBE is #8FB141. Grayscale: #646464. Windows color (decimal): -9417026 or 12471920. OLE color: 12471920.

HSL color Cylindrical-coordinate representation of color #704EBE: hue angle of 258.21º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704EBE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11278190-
CMYK0.410.5900.25
HSL258.21º46.28%52.55%-
HSV(B)258.21º58.95%74.51%-
XYZ18.712.6150.16-
YUV100.93178.26135.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 190 (74.61% from 255) = 50%
R=29.47%
G=20.53%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112781900.410.5900.25258.2146.2852.55
Hex704EBE293B0191022e35
Octal16011627651730314025665
Binary1110000100111010111110101001111011011001100000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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