Html Css Color HEX #7464BF Blue Marguerite

📋 copy color: '#7464BF'

red 116 ◦ green 100 ◦ blue 191

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

Shades of Blue Marguerite #7464BF

Tints of Blue Marguerite #7464BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

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

R = 28.5%
G = 24.57%
B = 46.93%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7464BF (or 0x7464BF) is known color: Blue Marguerite. HEX triplet: 74, 64 and BF. RGB value is (116,100,191). Sum of RGB (Red+Green+Blue) = 116+100+191=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7464BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464BF is #8B9B40. Grayscale: #727272. Windows color (decimal): -9149249 or 12543092. OLE color: 12543092.

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

Color convert

RGB 116 100 191 -
CMYK 0.39 0.48 0 0.25
HSL 250.55º 0.42% 0.57% -
HSV(B) 250.55º 0.48% 0.75% -
XYZ 21.16 16.59 51.38 -
YUV 115.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 116 100 191 0.39 0.48 0 0.25 250.55 0.42 0.57
Hex 74 64 BF 27 30 0 19 FB 2A 39
Octal 164 144 277 47 60 0 31 373 52 71
Binary 1110100 1100100 10111111 100111 110000 0 11001 11111011 101010 111001

Color Harmonies of #7464BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464BF

Black with #7464BF

Text Example


Text Example

White with #7464BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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