Html Css Color HEX #704FB8 Blue Marguerite

📋 copy color: '#704FB8'

red 112 ◦ green 79 ◦ blue 184

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

Shades of Blue Marguerite #704FB8

Tints of Blue Marguerite #704FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.07%

 BLUE value IS 184 (72.27% from 255) = 49.07%

R = 29.87%
G = 21.07%
B = 49.07%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#704FB8 (or 0x704FB8) is known color: Blue Marguerite. HEX triplet: 70, 4F and B8. RGB value is (112,79,184). Sum of RGB (Red+Green+Blue) = 112+79+184=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #704FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FB8 is #8FB047. Grayscale: #646464. Windows color (decimal): -9416776 or 12078960. OLE color: 12078960.

HSL color Cylindrical-coordinate representation of color #704FB8: hue angle of 258.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704FB8 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 79 184 -
CMYK 0.39 0.57 0 0.28
HSL 258.86º 0.43% 0.52% -
HSV(B) 258.86º 0.57% 0.72% -
XYZ 18.13 12.5 46.8 -
YUV 100.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 112 79 184 0.39 0.57 0 0.28 258.86 0.43 0.52
Hex 70 4F B8 27 39 0 1C 103 2B 34
Octal 160 117 270 47 71 0 34 403 53 64
Binary 1110000 1001111 10111000 100111 111001 0 11100 100000011 101011 110100

Color Harmonies of #704FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FB8

Black with #704FB8

Text Example


Text Example

White with #704FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,184); }

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

background-color css

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

 a { background-color: rgb(112,79,184); }

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

border-color css

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

 span { border-color: rgb(112,79,184); }

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