Html Css Color HEX #744CBB Blue Marguerite

📋 copy color: '#744CBB'

red 116 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #744CBB

Tints of Blue Marguerite #744CBB

RGB

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

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

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

R = 30.61%
G = 20.05%
B = 49.34%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#744CBB (or 0x744CBB) is known color: Blue Marguerite. HEX triplet: 74, 4C and BB. RGB value is (116,76,187). Sum of RGB (Red+Green+Blue) = 116+76+187=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #744CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CBB is #8BB344. Grayscale: #646464. Windows color (decimal): -9155397 or 12274804. OLE color: 12274804.

HSL color Cylindrical-coordinate representation of color #744CBB: hue angle of 261.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744CBB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 76 187 -
CMYK 0.38 0.59 0 0.27
HSL 261.62º 0.45% 0.52% -
HSV(B) 261.62º 0.59% 0.73% -
XYZ 18.76 12.47 48.43 -
YUV 100.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 116 76 187 0.38 0.59 0 0.27 261.62 0.45 0.52
Hex 74 4C BB 26 3B 0 1B 106 2D 34
Octal 164 114 273 46 73 0 33 406 55 64
Binary 1110100 1001100 10111011 100110 111011 0 11011 100000110 101101 110100

Color Harmonies of #744CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744CBB

Black with #744CBB

Text Example


Text Example

White with #744CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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