Html Css Color HEX #746FCC Moody Blue

📋 copy color: '#746FCC'

red 116 ◦ green 111 ◦ blue 204

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

Shades of Moody Blue #746FCC

Tints of Moody Blue #746FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.75%

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

R = 26.91%
G = 25.75%
B = 47.33%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#746FCC (or 0x746FCC) is known color: Moody Blue. HEX triplet: 74, 6F and CC. RGB value is (116,111,204). Sum of RGB (Red+Green+Blue) = 116+111+204=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #746FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCC is #8B9033. Grayscale: #7A7A7A. Windows color (decimal): -9146420 or 13397876. OLE color: 13397876.

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

Color convert

RGB 116 111 204 -
CMYK 0.43 0.46 0 0.2
HSL 243.23º 0.48% 0.62% -
HSV(B) 243.23º 0.46% 0.8% -
XYZ 23.79 19.44 59.63 -
YUV 123.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 116 111 204 0.43 0.46 0 0.2 243.23 0.48 0.62
Hex 74 6F CC 2B 2E 0 14 F3 30 3E
Octal 164 157 314 53 56 0 24 363 60 76
Binary 1110100 1101111 11001100 101011 101110 0 10100 11110011 110000 111110

Color Harmonies of #746FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FCC

Black with #746FCC

Text Example


Text Example

White with #746FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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