Html Css Color HEX #746ABB Blue Marguerite

📋 copy color: '#746ABB'

red 116 ◦ green 106 ◦ blue 187

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

Shades of Blue Marguerite #746ABB

Tints of Blue Marguerite #746ABB

RGB

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

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

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

R = 28.36%
G = 25.92%
B = 45.72%

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

#746ABB (or 0x746ABB) is known color: Blue Marguerite. HEX triplet: 74, 6A and BB. RGB value is (116,106,187). Sum of RGB (Red+Green+Blue) = 116+106+187=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #746ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABB is #8B9544. Grayscale: #757575. Windows color (decimal): -9147717 or 12282484. OLE color: 12282484.

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

Color convert

RGB 116 106 187 -
CMYK 0.38 0.43 0 0.27
HSL 247.41º 0.37% 0.57% -
HSV(B) 247.41º 0.43% 0.73% -
XYZ 21.33 17.61 49.29 -
YUV 118.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 116 106 187 0.38 0.43 0 0.27 247.41 0.37 0.57
Hex 74 6A BB 26 2B 0 1B F7 25 39
Octal 164 152 273 46 53 0 33 367 45 71
Binary 1110100 1101010 10111011 100110 101011 0 11011 11110111 100101 111001

Color Harmonies of #746ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746ABB

Black with #746ABB

Text Example


Text Example

White with #746ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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