#704EBF

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

Shades of Blue Marguerite #704EBF

Tints of Blue Marguerite #704EBF

Color information

#704EBF (or 0x704EBF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4E and BF. RGB value is (112,78,191). Sum of RGB (Red+Green+Blue) = 112+78+191=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #704EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704EBF is #8FB140. Grayscale: #646464. Windows color (decimal): -9417025 or 12537456. OLE color: 12537456.

HSL color Cylindrical-coordinate representation of color #704EBF: hue angle of 258.05º degrees, saturation: 0.47, 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 #704EBF is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11278191-
CMYK0.410.5900.25
HSL258.05º46.89%52.75%-
HSV(B)258.05º59.16%74.9%-
XYZ18.8112.6650.74-
YUV101.05178.76135.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 191 (75% from 255) = 50.13%
R=29.40%
G=20.47%
B=50.13%

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
Decimal112781910.410.5900.25258.0546.8952.75
Hex704EBF293B0191022f35
Octal16011627751730314025765
Binary1110000100111010111111101001111011011001100000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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