Html Css Color HEX #724FB8 Blue Marguerite

📋 copy color: '#724FB8'

red 114 ◦ green 79 ◦ blue 184

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

Shades of Blue Marguerite #724FB8

Tints of Blue Marguerite #724FB8

RGB

 RED value IS 114 (44.92% from 255) = 30.24%

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

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

R = 30.24%
G = 20.95%
B = 48.81%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#724FB8 (or 0x724FB8) is known color: Blue Marguerite. HEX triplet: 72, 4F and B8. RGB value is (114,79,184). Sum of RGB (Red+Green+Blue) = 114+79+184=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #724FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FB8 is #8DB047. Grayscale: #656565. Windows color (decimal): -9285704 or 12078962. OLE color: 12078962.

HSL color Cylindrical-coordinate representation of color #724FB8: hue angle of 260º 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 #724FB8 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 114 79 184 -
CMYK 0.38 0.57 0 0.28
HSL 260º 0.43% 0.52% -
HSV(B) 260º 0.57% 0.72% -
XYZ 18.39 12.63 46.82 -
YUV 101.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 114 79 184 0.38 0.57 0 0.28 260 0.43 0.52
Hex 72 4F B8 26 39 0 1C 104 2B 34
Octal 162 117 270 46 71 0 34 404 53 64
Binary 1110010 1001111 10111000 100110 111001 0 11100 100000100 101011 110100

Color Harmonies of #724FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FB8

Black with #724FB8

Text Example


Text Example

White with #724FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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