Html Css Color HEX #7459AB Blue Marguerite

📋 copy color: '#7459AB'

red 116 ◦ green 89 ◦ blue 171

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

Shades of Blue Marguerite #7459AB

Tints of Blue Marguerite #7459AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 30.85%
G = 23.67%
B = 45.48%

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

#7459AB (or 0x7459AB) is known color: Blue Marguerite. HEX triplet: 74, 59 and AB. RGB value is (116,89,171). Sum of RGB (Red+Green+Blue) = 116+89+171=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #7459AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7459AB is #8BA654. Grayscale: #6A6A6A. Windows color (decimal): -9152085 or 11229556. OLE color: 11229556.

HSL color Cylindrical-coordinate representation of color #7459AB: hue angle of 259.76º degrees, saturation: 0.33, 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 #7459AB is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 89 171 -
CMYK 0.32 0.48 0 0.33
HSL 259.76º 0.33% 0.51% -
HSV(B) 259.76º 0.48% 0.67% -
XYZ 18.13 13.8 40.24 -
YUV 106.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 116 89 171 0.32 0.48 0 0.33 259.76 0.33 0.51
Hex 74 59 AB 20 30 0 21 104 21 33
Octal 164 131 253 40 60 0 41 404 41 63
Binary 1110100 1011001 10101011 100000 110000 0 100001 100000100 100001 110011

Color Harmonies of #7459AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459AB

Black with #7459AB

Text Example


Text Example

White with #7459AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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