#705BB4

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

Shades of Blue Marguerite #705BB4

Tints of Blue Marguerite #705BB4

Color information

#705BB4 (or 0x705BB4) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and B4. RGB value is (112,91,180). Sum of RGB (Red+Green+Blue) = 112+91+180=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #705BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BB4 is #8FA44B. Grayscale: #6B6B6B. Windows color (decimal): -9413708 or 11819888. OLE color: 11819888.

HSL color Cylindrical-coordinate representation of color #705BB4: hue angle of 254.16º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705BB4 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11291180-
CMYK0.380.4900.29
HSL254.16º37.24%53.14%-
HSV(B)254.16º49.44%70.59%-
XYZ18.6614.2244.94-
YUV107.42168.96131.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=29.24%
G=23.76%
B=47.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112911800.380.4900.29254.1637.2453.14
Hex705BB4263101Dfe2535
Octal16013326446610353764565
Binary111000010110111011010010011011000101110111111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705BB4; }

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

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

<style>
 a { background-color: #705BB4; }

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

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

<style>
 span { border-color: #705BB4; }

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

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