Html Css Color HEX #746BB6 Blue Marguerite

📋 copy color: '#746BB6'

red 116 ◦ green 107 ◦ blue 182

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

Shades of Blue Marguerite #746BB6

Tints of Blue Marguerite #746BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 28.64%
G = 26.42%
B = 44.94%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#746BB6 (or 0x746BB6) is known color: Blue Marguerite. HEX triplet: 74, 6B and B6. RGB value is (116,107,182). Sum of RGB (Red+Green+Blue) = 116+107+182=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #746BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BB6 is #8B9449. Grayscale: #757575. Windows color (decimal): -9147466 or 11955060. OLE color: 11955060.

HSL color Cylindrical-coordinate representation of color #746BB6: hue angle of 247.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746BB6 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 107 182 -
CMYK 0.36 0.41 0 0.29
HSL 247.2º 0.34% 0.57% -
HSV(B) 247.2º 0.41% 0.71% -
XYZ 20.9 17.61 46.55 -
YUV 118.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 116 107 182 0.36 0.41 0 0.29 247.2 0.34 0.57
Hex 74 6B B6 24 29 0 1D F7 22 39
Octal 164 153 266 44 51 0 35 367 42 71
Binary 1110100 1101011 10110110 100100 101001 0 11101 11110111 100010 111001

Color Harmonies of #746BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BB6

Black with #746BB6

Text Example


Text Example

White with #746BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,182); }

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

background-color css

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

 a { background-color: rgb(116,107,182); }

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

border-color css

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

 span { border-color: rgb(116,107,182); }

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