Html Css Color HEX #704CBA Blue Marguerite

📋 copy color: '#704CBA'

red 112 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #704CBA

Tints of Blue Marguerite #704CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

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

R = 29.95%
G = 20.32%
B = 49.73%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#704CBA (or 0x704CBA) is known color: Blue Marguerite. HEX triplet: 70, 4C and BA. RGB value is (112,76,186). Sum of RGB (Red+Green+Blue) = 112+76+186=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #704CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CBA is #8FB345. Grayscale: #626262. Windows color (decimal): -9417542 or 12209264. OLE color: 12209264.

HSL color Cylindrical-coordinate representation of color #704CBA: hue angle of 259.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #704CBA is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 76 186 -
CMYK 0.40 0.59 0 0.27
HSL 259.64º 0.44% 0.51% -
HSV(B) 259.64º 0.59% 0.73% -
XYZ 18.13 12.16 47.85 -
YUV 99.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 112 76 186 0.40 0.59 0 0.27 259.64 0.44 0.51
Hex 70 4C BA 28 3B 0 1B 104 2C 33
Octal 160 114 272 50 73 0 33 404 54 63
Binary 1110000 1001100 10111010 101000 111011 0 11011 100000100 101100 110011

Color Harmonies of #704CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CBA

Black with #704CBA

Text Example


Text Example

White with #704CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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