Html Css Color HEX #7464BC Blue Marguerite

📋 copy color: '#7464BC'

red 116 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #7464BC

Tints of Blue Marguerite #7464BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 28.71%
G = 24.75%
B = 46.53%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7464BC (or 0x7464BC) is known color: Blue Marguerite. HEX triplet: 74, 64 and BC. RGB value is (116,100,188). Sum of RGB (Red+Green+Blue) = 116+100+188=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #7464BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464BC is #8B9B43. Grayscale: #727272. Windows color (decimal): -9149252 or 12346484. OLE color: 12346484.

HSL color Cylindrical-coordinate representation of color #7464BC: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7464BC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 100 188 -
CMYK 0.38 0.47 0 0.26
HSL 250.91º 0.4% 0.56% -
HSV(B) 250.91º 0.47% 0.74% -
XYZ 20.84 16.46 49.66 -
YUV 114.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 116 100 188 0.38 0.47 0 0.26 250.91 0.4 0.56
Hex 74 64 BC 26 2F 0 1A FB 28 38
Octal 164 144 274 46 57 0 32 373 50 70
Binary 1110100 1100100 10111100 100110 101111 0 11010 11111011 101000 111000

Color Harmonies of #7464BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464BC

Black with #7464BC

Text Example


Text Example

White with #7464BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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