Html Css Color HEX #7466BD Blue Marguerite

📋 copy color: '#7466BD'

red 116 ◦ green 102 ◦ blue 189

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

Shades of Blue Marguerite #7466BD

Tints of Blue Marguerite #7466BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 28.5%
G = 25.06%
B = 46.44%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7466BD (or 0x7466BD) is known color: Blue Marguerite. HEX triplet: 74, 66 and BD. RGB value is (116,102,189). Sum of RGB (Red+Green+Blue) = 116+102+189=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #7466BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466BD is #8B9942. Grayscale: #737373. Windows color (decimal): -9148739 or 12412532. OLE color: 12412532.

HSL color Cylindrical-coordinate representation of color #7466BD: hue angle of 249.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7466BD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 102 189 -
CMYK 0.39 0.46 0 0.26
HSL 249.66º 0.4% 0.57% -
HSV(B) 249.66º 0.46% 0.74% -
XYZ 21.14 16.89 50.29 -
YUV 116.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 116 102 189 0.39 0.46 0 0.26 249.66 0.4 0.57
Hex 74 66 BD 27 2E 0 1A FA 28 39
Octal 164 146 275 47 56 0 32 372 50 71
Binary 1110100 1100110 10111101 100111 101110 0 11010 11111010 101000 111001

Color Harmonies of #7466BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466BD

Black with #7466BD

Text Example


Text Example

White with #7466BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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