Html Css Color HEX #7459B9 Blue Marguerite

📋 copy color: '#7459B9'

red 116 ◦ green 89 ◦ blue 185

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

Shades of Blue Marguerite #7459B9

Tints of Blue Marguerite #7459B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 29.74%
G = 22.82%
B = 47.44%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7459B9 (or 0x7459B9) is known color: Blue Marguerite. HEX triplet: 74, 59 and B9. RGB value is (116,89,185). Sum of RGB (Red+Green+Blue) = 116+89+185=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #7459B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459B9 is #8BA646. Grayscale: #6B6B6B. Windows color (decimal): -9152071 or 12147060. OLE color: 12147060.

HSL color Cylindrical-coordinate representation of color #7459B9: hue angle of 256.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7459B9 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 89 185 -
CMYK 0.37 0.52 0 0.27
HSL 256.88º 0.41% 0.54% -
HSV(B) 256.88º 0.52% 0.73% -
XYZ 19.53 14.36 47.64 -
YUV 108.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 116 89 185 0.37 0.52 0 0.27 256.88 0.41 0.54
Hex 74 59 B9 25 34 0 1B 101 29 36
Octal 164 131 271 45 64 0 33 401 51 66
Binary 1110100 1011001 10111001 100101 110100 0 11011 100000001 101001 110110

Color Harmonies of #7459B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459B9

Black with #7459B9

Text Example


Text Example

White with #7459B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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