Html Css Color HEX #704BBF Blue Marguerite

📋 copy color: '#704BBF'

red 112 ◦ green 75 ◦ blue 191

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

Shades of Blue Marguerite #704BBF

Tints of Blue Marguerite #704BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 29.63%
G = 19.84%
B = 50.53%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704BBF (or 0x704BBF) is known color: Blue Marguerite. HEX triplet: 70, 4B and BF. RGB value is (112,75,191). Sum of RGB (Red+Green+Blue) = 112+75+191=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #704BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BBF is #8FB440. Grayscale: #626262. Windows color (decimal): -9417793 or 12536688. OLE color: 12536688.

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

Color convert

RGB 112 75 191 -
CMYK 0.41 0.61 0 0.25
HSL 259.14º 0.48% 0.52% -
HSV(B) 259.14º 0.61% 0.75% -
XYZ 18.6 12.24 50.67 -
YUV 99.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 112 75 191 0.41 0.61 0 0.25 259.14 0.48 0.52
Hex 70 4B BF 29 3D 0 19 103 30 34
Octal 160 113 277 51 75 0 31 403 60 64
Binary 1110000 1001011 10111111 101001 111101 0 11001 100000011 110000 110100

Color Harmonies of #704BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BBF

Black with #704BBF

Text Example


Text Example

White with #704BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,191); }

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

background-color css

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

 a { background-color: rgb(112,75,191); }

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

border-color css

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

 span { border-color: rgb(112,75,191); }

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