Html Css Color HEX #704AB9 Blue Marguerite

📋 copy color: '#704AB9'

red 112 ◦ green 74 ◦ blue 185

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

Shades of Blue Marguerite #704AB9

Tints of Blue Marguerite #704AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 30.19%
G = 19.95%
B = 49.87%

CMYK

 C value IS 0.39

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#704AB9 (or 0x704AB9) is known color: Blue Marguerite. HEX triplet: 70, 4A and B9. RGB value is (112,74,185). Sum of RGB (Red+Green+Blue) = 112+74+185=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #704AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AB9 is #8FB546. Grayscale: #616161. Windows color (decimal): -9418055 or 12143216. OLE color: 12143216.

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

Color convert

RGB 112 74 185 -
CMYK 0.39 0.6 0 0.27
HSL 260.54º 0.44% 0.51% -
HSV(B) 260.54º 0.6% 0.73% -
XYZ 17.89 11.85 47.24 -
YUV 98.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 112 74 185 0.39 0.6 0 0.27 260.54 0.44 0.51
Hex 70 4A B9 27 3C 0 1B 105 2C 33
Octal 160 112 271 47 74 0 33 405 54 63
Binary 1110000 1001010 10111001 100111 111100 0 11011 100000101 101100 110011

Color Harmonies of #704AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AB9

Black with #704AB9

Text Example


Text Example

White with #704AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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