Html Css Color HEX #704CBF Blue Marguerite

📋 copy color: '#704CBF'

red 112 ◦ green 76 ◦ blue 191

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

Shades of Blue Marguerite #704CBF

Tints of Blue Marguerite #704CBF

RGB

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

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

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

R = 29.55%
G = 20.05%
B = 50.4%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#704CBF (or 0x704CBF) is known color: Blue Marguerite. HEX triplet: 70, 4C and BF. RGB value is (112,76,191). Sum of RGB (Red+Green+Blue) = 112+76+191=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #704CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CBF is #8FB340. Grayscale: #636363. Windows color (decimal): -9417537 or 12536944. OLE color: 12536944.

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

Color convert

RGB 112 76 191 -
CMYK 0.41 0.60 0 0.25
HSL 258.78º 0.47% 0.52% -
HSV(B) 258.78º 0.6% 0.75% -
XYZ 18.67 12.38 50.69 -
YUV 99.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 112 76 191 0.41 0.60 0 0.25 258.78 0.47 0.52
Hex 70 4C BF 29 3C 0 19 103 2F 34
Octal 160 114 277 51 74 0 31 403 57 64
Binary 1110000 1001100 10111111 101001 111100 0 11001 100000011 101111 110100

Color Harmonies of #704CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CBF

Black with #704CBF

Text Example


Text Example

White with #704CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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