Html Css Color HEX #7463BA Blue Marguerite

📋 copy color: '#7463BA'

red 116 ◦ green 99 ◦ blue 186

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

Shades of Blue Marguerite #7463BA

Tints of Blue Marguerite #7463BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 28.93%
G = 24.69%
B = 46.38%

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

#7463BA (or 0x7463BA) is known color: Blue Marguerite. HEX triplet: 74, 63 and BA. RGB value is (116,99,186). Sum of RGB (Red+Green+Blue) = 116+99+186=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #7463BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7463BA is #8B9C45. Grayscale: #717171. Windows color (decimal): -9149510 or 12215156. OLE color: 12215156.

HSL color Cylindrical-coordinate representation of color #7463BA: hue angle of 251.72º 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 #7463BA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 99 186 -
CMYK 0.38 0.47 0 0.27
HSL 251.72º 0.39% 0.56% -
HSV(B) 251.72º 0.47% 0.73% -
XYZ 20.53 16.18 48.5 -
YUV 114 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 116 99 186 0.38 0.47 0 0.27 251.72 0.39 0.56
Hex 74 63 BA 26 2F 0 1B FC 27 38
Octal 164 143 272 46 57 0 33 374 47 70
Binary 1110100 1100011 10111010 100110 101111 0 11011 11111100 100111 111000

Color Harmonies of #7463BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7463BA

Black with #7463BA

Text Example


Text Example

White with #7463BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7463BA; }

 p { color: rgb(116,99,186); }

 H1.HeaderClassName
 {
   color: #7463BA;
 }
 .AnyTagClassName
 {
   color: #7463BA;
 }
</style>

background-color css

<style>
 a { background-color: #7463BA; }

 a { background-color: rgb(116,99,186); }

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

border-color css

<style>
 span { border-color: #7463BA; }

 span { border-color: rgb(116,99,186); }

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