Html Css Color HEX #746FCA Moody Blue

📋 copy color: '#746FCA'

red 116 ◦ green 111 ◦ blue 202

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

Shades of Moody Blue #746FCA

Tints of Moody Blue #746FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 27.04%
G = 25.87%
B = 47.09%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#746FCA (or 0x746FCA) is known color: Moody Blue. HEX triplet: 74, 6F and CA. RGB value is (116,111,202). Sum of RGB (Red+Green+Blue) = 116+111+202=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #746FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCA is #8B9035. Grayscale: #7A7A7A. Windows color (decimal): -9146422 or 13266804. OLE color: 13266804.

HSL color Cylindrical-coordinate representation of color #746FCA: hue angle of 243.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #746FCA is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 111 202 -
CMYK 0.43 0.45 0 0.21
HSL 243.3º 0.46% 0.61% -
HSV(B) 243.3º 0.45% 0.79% -
XYZ 23.55 19.35 58.37 -
YUV 122.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 116 111 202 0.43 0.45 0 0.21 243.3 0.46 0.61
Hex 74 6F CA 2B 2D 0 15 F3 2E 3D
Octal 164 157 312 53 55 0 25 363 56 75
Binary 1110100 1101111 11001010 101011 101101 0 10101 11110011 101110 111101

Color Harmonies of #746FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FCA

Black with #746FCA

Text Example


Text Example

White with #746FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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