Html Css Color HEX #746ABC Blue Marguerite

📋 copy color: '#746ABC'

red 116 ◦ green 106 ◦ blue 188

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

Shades of Blue Marguerite #746ABC

Tints of Blue Marguerite #746ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 28.29%
G = 25.85%
B = 45.85%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#746ABC (or 0x746ABC) is known color: Blue Marguerite. HEX triplet: 74, 6A and BC. RGB value is (116,106,188). Sum of RGB (Red+Green+Blue) = 116+106+188=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #746ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746ABC is #8B9543. Grayscale: #767676. Windows color (decimal): -9147716 or 12348020. OLE color: 12348020.

HSL color Cylindrical-coordinate representation of color #746ABC: hue angle of 247.32º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #746ABC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 106 188 -
CMYK 0.38 0.44 0 0.26
HSL 247.32º 0.38% 0.58% -
HSV(B) 247.32º 0.44% 0.74% -
XYZ 21.43 17.65 49.85 -
YUV 118.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 116 106 188 0.38 0.44 0 0.26 247.32 0.38 0.58
Hex 74 6A BC 26 2C 0 1A F7 26 3A
Octal 164 152 274 46 54 0 32 367 46 72
Binary 1110100 1101010 10111100 100110 101100 0 11010 11110111 100110 111010

Color Harmonies of #746ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746ABC

Black with #746ABC

Text Example


Text Example

White with #746ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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