Html Css Color HEX #704DB9 Blue Marguerite

📋 copy color: '#704DB9'

red 112 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #704DB9

Tints of Blue Marguerite #704DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.47%

R = 29.95%
G = 20.59%
B = 49.47%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#704DB9 (or 0x704DB9) is known color: Blue Marguerite. HEX triplet: 70, 4D and B9. RGB value is (112,77,185). Sum of RGB (Red+Green+Blue) = 112+77+185=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #704DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DB9 is #8FB246. Grayscale: #636363. Windows color (decimal): -9417287 or 12143984. OLE color: 12143984.

HSL color Cylindrical-coordinate representation of color #704DB9: hue angle of 259.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #704DB9 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 77 185 -
CMYK 0.39 0.58 0 0.27
HSL 259.44º 0.44% 0.51% -
HSV(B) 259.44º 0.58% 0.73% -
XYZ 18.09 12.26 47.31 -
YUV 99.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 112 77 185 0.39 0.58 0 0.27 259.44 0.44 0.51
Hex 70 4D B9 27 3A 0 1B 103 2C 33
Octal 160 115 271 47 72 0 33 403 54 63
Binary 1110000 1001101 10111001 100111 111010 0 11011 100000011 101100 110011

Color Harmonies of #704DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DB9

Black with #704DB9

Text Example


Text Example

White with #704DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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