Html Css Color HEX #724FBC Blue Marguerite

📋 copy color: '#724FBC'

red 114 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #724FBC

Tints of Blue Marguerite #724FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 29.92%
G = 20.73%
B = 49.34%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#724FBC (or 0x724FBC) is known color: Blue Marguerite. HEX triplet: 72, 4F and BC. RGB value is (114,79,188). Sum of RGB (Red+Green+Blue) = 114+79+188=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #724FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724FBC is #8DB043. Grayscale: #656565. Windows color (decimal): -9285700 or 12341106. OLE color: 12341106.

HSL color Cylindrical-coordinate representation of color #724FBC: hue angle of 259.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724FBC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 79 188 -
CMYK 0.39 0.58 0 0.26
HSL 259.27º 0.45% 0.52% -
HSV(B) 259.27º 0.58% 0.74% -
XYZ 18.81 12.8 49.06 -
YUV 101.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 114 79 188 0.39 0.58 0 0.26 259.27 0.45 0.52
Hex 72 4F BC 27 3A 0 1A 103 2D 34
Octal 162 117 274 47 72 0 32 403 55 64
Binary 1110010 1001111 10111100 100111 111010 0 11010 100000011 101101 110100

Color Harmonies of #724FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724FBC

Black with #724FBC

Text Example


Text Example

White with #724FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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