#704BBD

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

Shades of Blue Marguerite #704BBD

Tints of Blue Marguerite #704BBD

Color information

#704BBD (or 0x704BBD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4B and BD. RGB value is (112,75,189). Sum of RGB (Red+Green+Blue) = 112+75+189=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #704BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BBD is #8FB442. Grayscale: #626262. Windows color (decimal): -9417795 or 12405616. OLE color: 12405616.

HSL color Cylindrical-coordinate representation of color #704BBD: hue angle of 259.47º 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 #704BBD is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11275189-
CMYK0.410.6000.26
HSL259.47º46.34%51.76%-
HSV(B)259.47º60.32%74.12%-
XYZ18.3812.1549.52-
YUV99.06178.76137.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=29.79%
G=19.95%
B=50.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112751890.410.6000.26259.4746.3451.76
Hex704BBD293C01A1032e34
Octal16011327551740324035664
Binary1110000100101110111101101001111100011010100000011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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