Html Css Color HEX #7464BB Blue Marguerite

📋 copy color: '#7464BB'

red 116 ◦ green 100 ◦ blue 187

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

Shades of Blue Marguerite #7464BB

Tints of Blue Marguerite #7464BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 28.78%
G = 24.81%
B = 46.4%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7464BB (or 0x7464BB) is known color: Blue Marguerite. HEX triplet: 74, 64 and BB. RGB value is (116,100,187). Sum of RGB (Red+Green+Blue) = 116+100+187=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #7464BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464BB is #8B9B44. Grayscale: #727272. Windows color (decimal): -9149253 or 12280948. OLE color: 12280948.

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

Color convert

RGB 116 100 187 -
CMYK 0.38 0.47 0 0.27
HSL 251.03º 0.39% 0.56% -
HSV(B) 251.03º 0.47% 0.73% -
XYZ 20.73 16.42 49.09 -
YUV 114.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 116 100 187 0.38 0.47 0 0.27 251.03 0.39 0.56
Hex 74 64 BB 26 2F 0 1B FB 27 38
Octal 164 144 273 46 57 0 33 373 47 70
Binary 1110100 1100100 10111011 100110 101111 0 11011 11111011 100111 111000

Color Harmonies of #7464BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464BB

Black with #7464BB

Text Example


Text Example

White with #7464BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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