Html Css Color HEX #704BBA Blue Marguerite

📋 copy color: '#704BBA'

red 112 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #704BBA

Tints of Blue Marguerite #704BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.11%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 30.03%
G = 20.11%
B = 49.87%

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

#704BBA (or 0x704BBA) is known color: Blue Marguerite. HEX triplet: 70, 4B and BA. RGB value is (112,75,186). Sum of RGB (Red+Green+Blue) = 112+75+186=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #704BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BBA is #8FB445. Grayscale: #626262. Windows color (decimal): -9417798 or 12209008. OLE color: 12209008.

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

Color convert

RGB 112 75 186 -
CMYK 0.40 0.60 0 0.27
HSL 260º 0.45% 0.51% -
HSV(B) 260º 0.6% 0.73% -
XYZ 18.06 12.02 47.82 -
YUV 98.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 112 75 186 0.40 0.60 0 0.27 260 0.45 0.51
Hex 70 4B BA 28 3C 0 1B 104 2D 33
Octal 160 113 272 50 74 0 33 404 55 63
Binary 1110000 1001011 10111010 101000 111100 0 11011 100000100 101101 110011

Color Harmonies of #704BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BBA

Black with #704BBA

Text Example


Text Example

White with #704BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,186); }

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

background-color css

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

 a { background-color: rgb(112,75,186); }

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

border-color css

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

 span { border-color: rgb(112,75,186); }

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