#704BBC

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

Shades of Blue Marguerite #704BBC

Tints of Blue Marguerite #704BBC

Color information

#704BBC (or 0x704BBC) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4B and BC. RGB value is (112,75,188). Sum of RGB (Red+Green+Blue) = 112+75+188=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #704BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BBC is #8FB443. Grayscale: #626262. Windows color (decimal): -9417796 or 12340080. OLE color: 12340080.

HSL color Cylindrical-coordinate representation of color #704BBC: hue angle of 259.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704BBC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11275188-
CMYK0.400.6000.26
HSL259.65º45.75%51.57%-
HSV(B)259.65º60.11%73.73%-
XYZ18.2812.1148.95-
YUV98.94178.26137.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=29.87%
G=20%
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.26
SystemRedGreenBlueCMYKHSL
Decimal112751880.400.6000.26259.6545.7551.57
Hex704BBC283C01A1042e34
Octal16011327450740324045664
Binary1110000100101110111100101000111100011010100000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,188); }

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

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

 a { background-color: rgb(112,75,188); }

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

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

 span { border-color: rgb(112,75,188); }

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