Html Css Color HEX #7466BA Blue Marguerite

📋 copy color: '#7466BA'

red 116 ◦ green 102 ◦ blue 186

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

Shades of Blue Marguerite #7466BA

Tints of Blue Marguerite #7466BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.25%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 28.71%
G = 25.25%
B = 46.04%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7466BA (or 0x7466BA) is known color: Blue Marguerite. HEX triplet: 74, 66 and BA. RGB value is (116,102,186). Sum of RGB (Red+Green+Blue) = 116+102+186=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7466BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466BA is #8B9945. Grayscale: #737373. Windows color (decimal): -9148742 or 12215924. OLE color: 12215924.

HSL color Cylindrical-coordinate representation of color #7466BA: hue angle of 250º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7466BA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 102 186 -
CMYK 0.38 0.45 0 0.27
HSL 250º 0.38% 0.56% -
HSV(B) 250º 0.45% 0.73% -
XYZ 20.82 16.76 48.59 -
YUV 115.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 116 102 186 0.38 0.45 0 0.27 250 0.38 0.56
Hex 74 66 BA 26 2D 0 1B FA 26 38
Octal 164 146 272 46 55 0 33 372 46 70
Binary 1110100 1100110 10111010 100110 101101 0 11011 11111010 100110 111000

Color Harmonies of #7466BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466BA

Black with #7466BA

Text Example


Text Example

White with #7466BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7466BA; }

 p { color: rgb(116,102,186); }

 H1.HeaderClassName
 {
   color: #7466BA;
 }
 .AnyTagClassName
 {
   color: #7466BA;
 }
</style>

background-color css

<style>
 a { background-color: #7466BA; }

 a { background-color: rgb(116,102,186); }

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

border-color css

<style>
 span { border-color: #7466BA; }

 span { border-color: rgb(116,102,186); }

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