Html Css Color HEX #704DBE Blue Marguerite

📋 copy color: '#704DBE'

red 112 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #704DBE

Tints of Blue Marguerite #704DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 29.55%
G = 20.32%
B = 50.13%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704DBE (or 0x704DBE) is known color: Blue Marguerite. HEX triplet: 70, 4D and BE. RGB value is (112,77,190). Sum of RGB (Red+Green+Blue) = 112+77+190=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #704DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DBE is #8FB241. Grayscale: #636363. Windows color (decimal): -9417282 or 12471664. OLE color: 12471664.

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

Color convert

RGB 112 77 190 -
CMYK 0.41 0.59 0 0.25
HSL 258.58º 0.47% 0.52% -
HSV(B) 258.58º 0.59% 0.75% -
XYZ 18.63 12.47 50.14 -
YUV 100.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 112 77 190 0.41 0.59 0 0.25 258.58 0.47 0.52
Hex 70 4D BE 29 3B 0 19 103 2F 34
Octal 160 115 276 51 73 0 31 403 57 64
Binary 1110000 1001101 10111110 101001 111011 0 11001 100000011 101111 110100

Color Harmonies of #704DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DBE

Black with #704DBE

Text Example


Text Example

White with #704DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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