Html Css Color HEX #7459AA Blue Marguerite

📋 copy color: '#7459AA'

red 116 ◦ green 89 ◦ blue 170

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

Shades of Blue Marguerite #7459AA

Tints of Blue Marguerite #7459AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 30.93%
G = 23.73%
B = 45.33%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7459AA (or 0x7459AA) is known color: Blue Marguerite. HEX triplet: 74, 59 and AA. RGB value is (116,89,170). Sum of RGB (Red+Green+Blue) = 116+89+170=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #7459AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7459AA is #8BA655. Grayscale: #6A6A6A. Windows color (decimal): -9152086 or 11164020. OLE color: 11164020.

HSL color Cylindrical-coordinate representation of color #7459AA: hue angle of 260º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7459AA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 89 170 -
CMYK 0.32 0.48 0 0.33
HSL 260º 0.32% 0.51% -
HSV(B) 260º 0.48% 0.67% -
XYZ 18.03 13.76 39.74 -
YUV 106.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 116 89 170 0.32 0.48 0 0.33 260 0.32 0.51
Hex 74 59 AA 20 30 0 21 104 20 33
Octal 164 131 252 40 60 0 41 404 40 63
Binary 1110100 1011001 10101010 100000 110000 0 100001 100000100 100000 110011

Color Harmonies of #7459AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459AA

Black with #7459AA

Text Example


Text Example

White with #7459AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7459AA; }

 p { color: rgb(116,89,170); }

 H1.HeaderClassName
 {
   color: #7459AA;
 }
 .AnyTagClassName
 {
   color: #7459AA;
 }
</style>

background-color css

<style>
 a { background-color: #7459AA; }

 a { background-color: rgb(116,89,170); }

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

border-color css

<style>
 span { border-color: #7459AA; }

 span { border-color: rgb(116,89,170); }

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