Html Css Color HEX #704ABF Blue Marguerite

📋 copy color: '#704ABF'

red 112 ◦ green 74 ◦ blue 191

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

Shades of Blue Marguerite #704ABF

Tints of Blue Marguerite #704ABF

RGB

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

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

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

R = 29.71%
G = 19.63%
B = 50.66%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704ABF (or 0x704ABF) is known color: Blue Marguerite. HEX triplet: 70, 4A and BF. RGB value is (112,74,191). Sum of RGB (Red+Green+Blue) = 112+74+191=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #704ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ABF is #8FB540. Grayscale: #626262. Windows color (decimal): -9418049 or 12536432. OLE color: 12536432.

HSL color Cylindrical-coordinate representation of color #704ABF: hue angle of 259.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704ABF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 74 191 -
CMYK 0.41 0.61 0 0.25
HSL 259.49º 0.48% 0.52% -
HSV(B) 259.49º 0.61% 0.75% -
XYZ 18.53 12.1 50.65 -
YUV 98.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 112 74 191 0.41 0.61 0 0.25 259.49 0.48 0.52
Hex 70 4A BF 29 3D 0 19 103 30 34
Octal 160 112 277 51 75 0 31 403 60 64
Binary 1110000 1001010 10111111 101001 111101 0 11001 100000011 110000 110100

Color Harmonies of #704ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704ABF

Black with #704ABF

Text Example


Text Example

White with #704ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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