#704DBB

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

Shades of Blue Marguerite #704DBB

Tints of Blue Marguerite #704DBB

Color information

#704DBB (or 0x704DBB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 4D and BB. RGB value is (112,77,187). Sum of RGB (Red+Green+Blue) = 112+77+187=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #704DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DBB is #8FB244. Grayscale: #636363. Windows color (decimal): -9417285 or 12275056. OLE color: 12275056.

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

Color convert

RGB11277187-
CMYK0.400.5900.27
HSL259.09º44.72%51.76%-
HSV(B)259.09º58.82%73.33%-
XYZ18.3112.3448.43-
YUV100177.1136.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=29.79%
G=20.48%
B=49.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112771870.400.5900.27259.0944.7251.76
Hex704DBB283B01B1032d34
Octal16011527350730334035564
Binary1110000100110110111011101000111011011011100000011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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