Html Css Color HEX #746DCC Moody Blue

📋 copy color: '#746DCC'

red 116 ◦ green 109 ◦ blue 204

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

Shades of Moody Blue #746DCC

Tints of Moody Blue #746DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 27.04%
G = 25.41%
B = 47.55%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#746DCC (or 0x746DCC) is known color: Moody Blue. HEX triplet: 74, 6D and CC. RGB value is (116,109,204). Sum of RGB (Red+Green+Blue) = 116+109+204=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #746DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DCC is #8B9233. Grayscale: #797979. Windows color (decimal): -9146932 or 13397364. OLE color: 13397364.

HSL color Cylindrical-coordinate representation of color #746DCC: hue angle of 244.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746DCC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 109 204 -
CMYK 0.43 0.47 0 0.2
HSL 244.42º 0.48% 0.61% -
HSV(B) 244.42º 0.47% 0.8% -
XYZ 23.57 19.01 59.55 -
YUV 121.92 174.32 123.78 -
System Red Green Blue C M Y K H S L
Decimal 116 109 204 0.43 0.47 0 0.2 244.42 0.48 0.61
Hex 74 6D CC 2B 2F 0 14 F4 30 3D
Octal 164 155 314 53 57 0 24 364 60 75
Binary 1110100 1101101 11001100 101011 101111 0 10100 11110100 110000 111101

Color Harmonies of #746DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DCC

Black with #746DCC

Text Example


Text Example

White with #746DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,204); }

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

background-color css

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

 a { background-color: rgb(116,109,204); }

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

border-color css

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

 span { border-color: rgb(116,109,204); }

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