Html Css Color HEX #724CBE Blue Marguerite

📋 copy color: '#724CBE'

red 114 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #724CBE

Tints of Blue Marguerite #724CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 30%
G = 20%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#724CBE (or 0x724CBE) is known color: Blue Marguerite. HEX triplet: 72, 4C and BE. RGB value is (114,76,190). Sum of RGB (Red+Green+Blue) = 114+76+190=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #724CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CBE is #8DB341. Grayscale: #636363. Windows color (decimal): -9286466 or 12471410. OLE color: 12471410.

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

Color convert

RGB 114 76 190 -
CMYK 0.40 0.60 0 0.25
HSL 260º 0.47% 0.52% -
HSV(B) 260º 0.6% 0.75% -
XYZ 18.82 12.46 50.13 -
YUV 100.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 114 76 190 0.40 0.60 0 0.25 260 0.47 0.52
Hex 72 4C BE 28 3C 0 19 104 2F 34
Octal 162 114 276 50 74 0 31 404 57 64
Binary 1110010 1001100 10111110 101000 111100 0 11001 100000100 101111 110100

Color Harmonies of #724CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724CBE

Black with #724CBE

Text Example


Text Example

White with #724CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,76,190); }

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

background-color css

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

 a { background-color: rgb(114,76,190); }

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

border-color css

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

 span { border-color: rgb(114,76,190); }

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