Html Css Color HEX #7464BE Blue Marguerite

📋 copy color: '#7464BE'

red 116 ◦ green 100 ◦ blue 190

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

Shades of Blue Marguerite #7464BE

Tints of Blue Marguerite #7464BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 28.57%
G = 24.63%
B = 46.8%

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

#7464BE (or 0x7464BE) is known color: Blue Marguerite. HEX triplet: 74, 64 and BE. RGB value is (116,100,190). Sum of RGB (Red+Green+Blue) = 116+100+190=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #7464BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464BE is #8B9B41. Grayscale: #727272. Windows color (decimal): -9149250 or 12477556. OLE color: 12477556.

HSL color Cylindrical-coordinate representation of color #7464BE: hue angle of 250.67º 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 #7464BE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 100 190 -
CMYK 0.39 0.47 0 0.25
HSL 250.67º 0.41% 0.57% -
HSV(B) 250.67º 0.47% 0.75% -
XYZ 21.05 16.55 50.8 -
YUV 115.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 116 100 190 0.39 0.47 0 0.25 250.67 0.41 0.57
Hex 74 64 BE 27 2F 0 19 FB 29 39
Octal 164 144 276 47 57 0 31 373 51 71
Binary 1110100 1100100 10111110 100111 101111 0 11001 11111011 101001 111001

Color Harmonies of #7464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464BE

Black with #7464BE

Text Example


Text Example

White with #7464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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