Html Css Color HEX #7459AF Blue Marguerite

📋 copy color: '#7459AF'

red 116 ◦ green 89 ◦ blue 175

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

Shades of Blue Marguerite #7459AF

Tints of Blue Marguerite #7459AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 30.53%
G = 23.42%
B = 46.05%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7459AF (or 0x7459AF) is known color: Blue Marguerite. HEX triplet: 74, 59 and AF. RGB value is (116,89,175). Sum of RGB (Red+Green+Blue) = 116+89+175=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #7459AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7459AF is #8BA650. Grayscale: #6A6A6A. Windows color (decimal): -9152081 or 11491700. OLE color: 11491700.

HSL color Cylindrical-coordinate representation of color #7459AF: hue angle of 258.84º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7459AF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 89 175 -
CMYK 0.34 0.49 0 0.31
HSL 258.84º 0.35% 0.52% -
HSV(B) 258.84º 0.49% 0.69% -
XYZ 18.51 13.95 42.27 -
YUV 106.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 116 89 175 0.34 0.49 0 0.31 258.84 0.35 0.52
Hex 74 59 AF 22 31 0 1F 103 23 34
Octal 164 131 257 42 61 0 37 403 43 64
Binary 1110100 1011001 10101111 100010 110001 0 11111 100000011 100011 110100

Color Harmonies of #7459AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459AF

Black with #7459AF

Text Example


Text Example

White with #7459AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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