Html Css Color HEX #704CBD Blue Marguerite

📋 copy color: '#704CBD'

red 112 ◦ green 76 ◦ blue 189

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

Shades of Blue Marguerite #704CBD

Tints of Blue Marguerite #704CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 29.71%
G = 20.16%
B = 50.13%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#704CBD (or 0x704CBD) is known color: Blue Marguerite. HEX triplet: 70, 4C and BD. RGB value is (112,76,189). Sum of RGB (Red+Green+Blue) = 112+76+189=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #704CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CBD is #8FB342. Grayscale: #636363. Windows color (decimal): -9417539 or 12405872. OLE color: 12405872.

HSL color Cylindrical-coordinate representation of color #704CBD: hue angle of 259.12º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #704CBD is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 76 189 -
CMYK 0.41 0.60 0 0.26
HSL 259.12º 0.46% 0.52% -
HSV(B) 259.12º 0.6% 0.74% -
XYZ 18.45 12.29 49.54 -
YUV 99.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 112 76 189 0.41 0.60 0 0.26 259.12 0.46 0.52
Hex 70 4C BD 29 3C 0 1A 103 2E 34
Octal 160 114 275 51 74 0 32 403 56 64
Binary 1110000 1001100 10111101 101001 111100 0 11010 100000011 101110 110100

Color Harmonies of #704CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CBD

Black with #704CBD

Text Example


Text Example

White with #704CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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