Html Css Color HEX #744CBC Blue Marguerite

📋 copy color: '#744CBC'

red 116 ◦ green 76 ◦ blue 188

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

Shades of Blue Marguerite #744CBC

Tints of Blue Marguerite #744CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20%

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

R = 30.53%
G = 20%
B = 49.47%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#744CBC (or 0x744CBC) is known color: Blue Marguerite. HEX triplet: 74, 4C and BC. RGB value is (116,76,188). Sum of RGB (Red+Green+Blue) = 116+76+188=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #744CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CBC is #8BB343. Grayscale: #646464. Windows color (decimal): -9155396 or 12340340. OLE color: 12340340.

HSL color Cylindrical-coordinate representation of color #744CBC: hue angle of 261.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744CBC is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 76 188 -
CMYK 0.38 0.60 0 0.26
HSL 261.43º 0.46% 0.52% -
HSV(B) 261.43º 0.6% 0.74% -
XYZ 18.86 12.51 49 -
YUV 100.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 116 76 188 0.38 0.60 0 0.26 261.43 0.46 0.52
Hex 74 4C BC 26 3C 0 1A 105 2E 34
Octal 164 114 274 46 74 0 32 405 56 64
Binary 1110100 1001100 10111100 100110 111100 0 11010 100000101 101110 110100

Color Harmonies of #744CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CBC

Black with #744CBC

Text Example


Text Example

White with #744CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744CBC; }

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

 H1.HeaderClassName
 {
   color: #744CBC;
 }
 .AnyTagClassName
 {
   color: #744CBC;
 }
</style>

background-color css

<style>
 a { background-color: #744CBC; }

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

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

border-color css

<style>
 span { border-color: #744CBC; }

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

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