Html Css Color HEX #746FCB Moody Blue

📋 copy color: '#746FCB'

red 116 ◦ green 111 ◦ blue 203

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

Shades of Moody Blue #746FCB

Tints of Moody Blue #746FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 26.98%
G = 25.81%
B = 47.21%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#746FCB (or 0x746FCB) is known color: Moody Blue. HEX triplet: 74, 6F and CB. RGB value is (116,111,203). Sum of RGB (Red+Green+Blue) = 116+111+203=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #746FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746FCB is #8B9034. Grayscale: #7A7A7A. Windows color (decimal): -9146421 or 13332340. OLE color: 13332340.

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

Color convert

RGB 116 111 203 -
CMYK 0.43 0.45 0 0.20
HSL 243.26º 0.47% 0.62% -
HSV(B) 243.26º 0.45% 0.8% -
XYZ 23.67 19.39 59 -
YUV 122.98 173.16 123.02 -
System Red Green Blue C M Y K H S L
Decimal 116 111 203 0.43 0.45 0 0.20 243.26 0.47 0.62
Hex 74 6F CB 2B 2D 0 14 F3 2F 3E
Octal 164 157 313 53 55 0 24 363 57 76
Binary 1110100 1101111 11001011 101011 101101 0 10100 11110011 101111 111110

Color Harmonies of #746FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746FCB

Black with #746FCB

Text Example


Text Example

White with #746FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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