Html Css Color HEX #7460AC Blue Marguerite

📋 copy color: '#7460AC'

red 116 ◦ green 96 ◦ blue 172

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

Shades of Blue Marguerite #7460AC

Tints of Blue Marguerite #7460AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25%

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 30.21%
G = 25%
B = 44.79%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7460AC (or 0x7460AC) is known color: Blue Marguerite. HEX triplet: 74, 60 and AC. RGB value is (116,96,172). Sum of RGB (Red+Green+Blue) = 116+96+172=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #7460AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7460AC is #8B9F53. Grayscale: #6E6E6E. Windows color (decimal): -9150292 or 11296884. OLE color: 11296884.

HSL color Cylindrical-coordinate representation of color #7460AC: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7460AC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 96 172 -
CMYK 0.33 0.44 0 0.33
HSL 255.79º 0.31% 0.53% -
HSV(B) 255.79º 0.44% 0.67% -
XYZ 18.83 15.06 40.94 -
YUV 110.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 116 96 172 0.33 0.44 0 0.33 255.79 0.31 0.53
Hex 74 60 AC 21 2C 0 21 100 1F 35
Octal 164 140 254 41 54 0 41 400 37 65
Binary 1110100 1100000 10101100 100001 101100 0 100001 100000000 11111 110101

Color Harmonies of #7460AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460AC

Black with #7460AC

Text Example


Text Example

White with #7460AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7460AC; }

 p { color: rgb(116,96,172); }

 H1.HeaderClassName
 {
   color: #7460AC;
 }
 .AnyTagClassName
 {
   color: #7460AC;
 }
</style>

background-color css

<style>
 a { background-color: #7460AC; }

 a { background-color: rgb(116,96,172); }

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

border-color css

<style>
 span { border-color: #7460AC; }

 span { border-color: rgb(116,96,172); }

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