Html Css Color HEX #704DBF Blue Marguerite

📋 copy color: '#704DBF'

red 112 ◦ green 77 ◦ blue 191

#704DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #704DBF

Tints of Blue Marguerite #704DBF

RGB

 RED value IS 112 (44.14% from 255) = 29.47%

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 191 (75% from 255) = 50.26%

R = 29.47%
G = 20.26%
B = 50.26%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704DBF (or 0x704DBF) is known color: Blue Marguerite. HEX triplet: 70, 4D and BF. RGB value is (112,77,191). Sum of RGB (Red+Green+Blue) = 112+77+191=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #704DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DBF is #8FB240. Grayscale: #646464. Windows color (decimal): -9417281 or 12537200. OLE color: 12537200.

HSL color Cylindrical-coordinate representation of color #704DBF: hue angle of 258.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704DBF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 77 191 -
CMYK 0.41 0.60 0 0.25
HSL 258.42º 0.47% 0.53% -
HSV(B) 258.42º 0.6% 0.75% -
XYZ 18.74 12.51 50.72 -
YUV 100.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 112 77 191 0.41 0.60 0 0.25 258.42 0.47 0.53
Hex 70 4D BF 29 3C 0 19 102 2F 35
Octal 160 115 277 51 74 0 31 402 57 65
Binary 1110000 1001101 10111111 101001 111100 0 11001 100000010 101111 110101

Color Harmonies of #704DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DBF

Black with #704DBF

Text Example


Text Example

White with #704DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #704DBF;
 }
 .AnyTagClassName
 {
   color: #704DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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