Html Css Color HEX #704DB4 Blue Marguerite

📋 copy color: '#704DB4'

red 112 ◦ green 77 ◦ blue 180

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

Shades of Blue Marguerite #704DB4

Tints of Blue Marguerite #704DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 30.35%
G = 20.87%
B = 48.78%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#704DB4 (or 0x704DB4) is known color: Blue Marguerite. HEX triplet: 70, 4D and B4. RGB value is (112,77,180). Sum of RGB (Red+Green+Blue) = 112+77+180=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #704DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DB4 is #8FB24B. Grayscale: #626262. Windows color (decimal): -9417292 or 11816304. OLE color: 11816304.

HSL color Cylindrical-coordinate representation of color #704DB4: hue angle of 260.39º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704DB4 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 77 180 -
CMYK 0.38 0.57 0 0.29
HSL 260.39º 0.41% 0.5% -
HSV(B) 260.39º 0.57% 0.71% -
XYZ 17.57 12.05 44.58 -
YUV 99.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 112 77 180 0.38 0.57 0 0.29 260.39 0.41 0.5
Hex 70 4D B4 26 39 0 1D 104 29 32
Octal 160 115 264 46 71 0 35 404 51 62
Binary 1110000 1001101 10110100 100110 111001 0 11101 100000100 101001 110010

Color Harmonies of #704DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DB4

Black with #704DB4

Text Example


Text Example

White with #704DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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