Html Css Color HEX #704ABC Blue Marguerite

📋 copy color: '#704ABC'

red 112 ◦ green 74 ◦ blue 188

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

Shades of Blue Marguerite #704ABC

Tints of Blue Marguerite #704ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 29.95%
G = 19.79%
B = 50.27%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#704ABC (or 0x704ABC) is known color: Blue Marguerite. HEX triplet: 70, 4A and BC. RGB value is (112,74,188). Sum of RGB (Red+Green+Blue) = 112+74+188=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #704ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704ABC is #8FB543. Grayscale: #616161. Windows color (decimal): -9418052 or 12339824. OLE color: 12339824.

HSL color Cylindrical-coordinate representation of color #704ABC: hue angle of 260º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704ABC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 74 188 -
CMYK 0.40 0.61 0 0.26
HSL 260º 0.46% 0.51% -
HSV(B) 260º 0.61% 0.74% -
XYZ 18.21 11.97 48.93 -
YUV 98.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 112 74 188 0.40 0.61 0 0.26 260 0.46 0.51
Hex 70 4A BC 28 3D 0 1A 104 2E 33
Octal 160 112 274 50 75 0 32 404 56 63
Binary 1110000 1001010 10111100 101000 111101 0 11010 100000100 101110 110011

Color Harmonies of #704ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704ABC

Black with #704ABC

Text Example


Text Example

White with #704ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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