Html Css Color HEX #704ABB Blue Marguerite

📋 copy color: '#704ABB'

red 112 ◦ green 74 ◦ blue 187

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

Shades of Blue Marguerite #704ABB

Tints of Blue Marguerite #704ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 30.03%
G = 19.84%
B = 50.13%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#704ABB (or 0x704ABB) is known color: Blue Marguerite. HEX triplet: 70, 4A and BB. RGB value is (112,74,187). Sum of RGB (Red+Green+Blue) = 112+74+187=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #704ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ABB is #8FB544. Grayscale: #616161. Windows color (decimal): -9418053 or 12274288. OLE color: 12274288.

HSL color Cylindrical-coordinate representation of color #704ABB: hue angle of 260.18º degrees, saturation: 0.45, 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 #704ABB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 74 187 -
CMYK 0.40 0.60 0 0.27
HSL 260.18º 0.45% 0.51% -
HSV(B) 260.18º 0.6% 0.73% -
XYZ 18.1 11.93 48.36 -
YUV 98.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 112 74 187 0.40 0.60 0 0.27 260.18 0.45 0.51
Hex 70 4A BB 28 3C 0 1B 104 2D 33
Octal 160 112 273 50 74 0 33 404 55 63
Binary 1110000 1001010 10111011 101000 111100 0 11011 100000100 101101 110011

Color Harmonies of #704ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704ABB

Black with #704ABB

Text Example


Text Example

White with #704ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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