Html Css Color HEX #746ABA Blue Marguerite

📋 copy color: '#746ABA'

red 116 ◦ green 106 ◦ blue 186

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

Shades of Blue Marguerite #746ABA

Tints of Blue Marguerite #746ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

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

R = 28.43%
G = 25.98%
B = 45.59%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#746ABA (or 0x746ABA) is known color: Blue Marguerite. HEX triplet: 74, 6A and BA. RGB value is (116,106,186). Sum of RGB (Red+Green+Blue) = 116+106+186=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #746ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABA is #8B9545. Grayscale: #757575. Windows color (decimal): -9147718 or 12216948. OLE color: 12216948.

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

Color convert

RGB 116 106 186 -
CMYK 0.38 0.43 0 0.27
HSL 247.5º 0.37% 0.57% -
HSV(B) 247.5º 0.43% 0.73% -
XYZ 21.22 17.57 48.73 -
YUV 118.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 116 106 186 0.38 0.43 0 0.27 247.5 0.37 0.57
Hex 74 6A BA 26 2B 0 1B F8 25 39
Octal 164 152 272 46 53 0 33 370 45 71
Binary 1110100 1101010 10111010 100110 101011 0 11011 11111000 100101 111001

Color Harmonies of #746ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746ABA

Black with #746ABA

Text Example


Text Example

White with #746ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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