Html Css Color HEX #7449BE Blue Marguerite

📋 copy color: '#7449BE'

red 116 ◦ green 73 ◦ blue 190

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

Shades of Blue Marguerite #7449BE

Tints of Blue Marguerite #7449BE

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

 GREEN value IS 73 (28.91% from 255) = 19.26%

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

R = 30.61%
G = 19.26%
B = 50.13%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7449BE (or 0x7449BE) is known color: Blue Marguerite. HEX triplet: 74, 49 and BE. RGB value is (116,73,190). Sum of RGB (Red+Green+Blue) = 116+73+190=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #7449BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7449BE is #8BB641. Grayscale: #626262. Windows color (decimal): -9156162 or 12470644. OLE color: 12470644.

HSL color Cylindrical-coordinate representation of color #7449BE: hue angle of 262.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7449BE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 73 190 -
CMYK 0.39 0.62 0 0.25
HSL 262.05º 0.47% 0.52% -
HSV(B) 262.05º 0.62% 0.75% -
XYZ 18.88 12.2 50.07 -
YUV 99.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 116 73 190 0.39 0.62 0 0.25 262.05 0.47 0.52
Hex 74 49 BE 27 3E 0 19 106 2F 34
Octal 164 111 276 47 76 0 31 406 57 64
Binary 1110100 1001001 10111110 100111 111110 0 11001 100000110 101111 110100

Color Harmonies of #7449BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7449BE

Black with #7449BE

Text Example


Text Example

White with #7449BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7449BE; }

 p { color: rgb(116,73,190); }

 H1.HeaderClassName
 {
   color: #7449BE;
 }
 .AnyTagClassName
 {
   color: #7449BE;
 }
</style>

background-color css

<style>
 a { background-color: #7449BE; }

 a { background-color: rgb(116,73,190); }

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

border-color css

<style>
 span { border-color: #7449BE; }

 span { border-color: rgb(116,73,190); }

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