Html Css Color HEX #746CBA Blue Marguerite

📋 copy color: '#746CBA'

red 116 ◦ green 108 ◦ blue 186

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

Shades of Blue Marguerite #746CBA

Tints of Blue Marguerite #746CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 28.29%
G = 26.34%
B = 45.37%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#746CBA (or 0x746CBA) is known color: Blue Marguerite. HEX triplet: 74, 6C and BA. RGB value is (116,108,186). Sum of RGB (Red+Green+Blue) = 116+108+186=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #746CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746CBA is #8B9345. Grayscale: #767676. Windows color (decimal): -9147206 or 12217460. OLE color: 12217460.

HSL color Cylindrical-coordinate representation of color #746CBA: hue angle of 246.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #746CBA is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 108 186 -
CMYK 0.38 0.42 0 0.27
HSL 246.15º 0.36% 0.58% -
HSV(B) 246.15º 0.42% 0.73% -
XYZ 21.43 17.98 48.8 -
YUV 119.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 116 108 186 0.38 0.42 0 0.27 246.15 0.36 0.58
Hex 74 6C BA 26 2A 0 1B F6 24 3A
Octal 164 154 272 46 52 0 33 366 44 72
Binary 1110100 1101100 10111010 100110 101010 0 11011 11110110 100100 111010

Color Harmonies of #746CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746CBA

Black with #746CBA

Text Example


Text Example

White with #746CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746CBA; }

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

 H1.HeaderClassName
 {
   color: #746CBA;
 }
 .AnyTagClassName
 {
   color: #746CBA;
 }
</style>

background-color css

<style>
 a { background-color: #746CBA; }

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

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

border-color css

<style>
 span { border-color: #746CBA; }

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

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