Html Css Color HEX #7466BF Blue Marguerite

📋 copy color: '#7466BF'

red 116 ◦ green 102 ◦ blue 191

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

Shades of Blue Marguerite #7466BF

Tints of Blue Marguerite #7466BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 28.36%
G = 24.94%
B = 46.7%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7466BF (or 0x7466BF) is known color: Blue Marguerite. HEX triplet: 74, 66 and BF. RGB value is (116,102,191). Sum of RGB (Red+Green+Blue) = 116+102+191=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #7466BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466BF is #8B9940. Grayscale: #737373. Windows color (decimal): -9148737 or 12543604. OLE color: 12543604.

HSL color Cylindrical-coordinate representation of color #7466BF: hue angle of 249.44º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7466BF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 102 191 -
CMYK 0.39 0.47 0 0.25
HSL 249.44º 0.41% 0.57% -
HSV(B) 249.44º 0.47% 0.75% -
XYZ 21.36 16.98 51.44 -
YUV 116.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 116 102 191 0.39 0.47 0 0.25 249.44 0.41 0.57
Hex 74 66 BF 27 2F 0 19 F9 29 39
Octal 164 146 277 47 57 0 31 371 51 71
Binary 1110100 1100110 10111111 100111 101111 0 11001 11111001 101001 111001

Color Harmonies of #7466BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7466BF

Black with #7466BF

Text Example


Text Example

White with #7466BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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