#704ABB

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

Shades of Blue Marguerite #704ABB

Tints of Blue Marguerite #704ABB

Color information

#704ABB (or 0x704ABB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4A and BB. RGB value is (112,74,187). Sum of RGB (Red+Green+Blue) = 112+74+187=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #704ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ABB is #8FB544. Grayscale: #616161. Windows color (decimal): -9418053 or 12274288. OLE color: 12274288.

HSL color Cylindrical-coordinate representation of color #704ABB: hue angle of 260.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704ABB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11274187-
CMYK0.400.6000.27
HSL260.18º45.38%51.18%-
HSV(B)260.18º60.43%73.33%-
XYZ18.111.9348.36-
YUV98.24178.09137.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=30.03%
G=19.84%
B=50.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112741870.400.6000.27260.1845.3851.18
Hex704ABB283C01B1042d33
Octal16011227350740334045563
Binary1110000100101010111011101000111100011011100000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,187); }

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

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

 a { background-color: rgb(112,74,187); }

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

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

 span { border-color: rgb(112,74,187); }

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